SsoAuthData.SsoAppId Property
Gets or sets a string representing the single sign-on (SSO) application.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SsoAppId As String
Get
Set
'Usage
Dim instance As SsoAuthData
Dim value As String
value = instance.SsoAppId
instance.SsoAppId = value
public string SsoAppId { get; set; }
Property Value
Type: System.String
A string representing the SSO application name.
See Also
Reference
Microsoft.Office.Server.Search.Administration Namespace