Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID of a search provider.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function GetSearchProviderID ( _
provider As SearchProviders _
) As String
'Usage
Dim instance As ContactManager
Dim provider As SearchProviders
Dim returnValue As String
returnValue = instance.GetSearchProviderID(provider)
public string GetSearchProviderID(
SearchProviders provider
)
Parameters
- provider
Type: Microsoft.Lync.Model.SearchProviders
Return Value
Type: System.String