SsoAuthData.AuthScheme Property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property AuthScheme As String
Get
Set
'Usage
Dim instance As SsoAuthData
Dim value As String
value = instance.AuthScheme
instance.AuthScheme = value
public string AuthScheme { get; set; }
Property Value
Type: System.String
A string representing the authentication scheme name.
See Also
Reference
Microsoft.Office.Server.Search.Administration Namespace