SsoService.SsoDatabase Property

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.Administration
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Public Property SsoDatabase As SsoDatabase
    Get
    Set
'Usage
Dim instance As SsoService
Dim value As SsoDatabase

value = instance.SsoDatabase

instance.SsoDatabase = value
public SsoDatabase SsoDatabase { get; set; }

Property Value

Type: Microsoft.SharePoint.Portal.Administration.SsoDatabase

See Also

Reference

SsoService Class

SsoService Members

Microsoft.SharePoint.Portal.Administration Namespace