Share via


AccountStoreCollection.ActiveDirectory Property

 

Gets an ActiveDirectoryAccountStore object that is a member of this AccountStoreCollection collection.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public ActiveDirectoryAccountStore ActiveDirectory { get; }
public:
property ActiveDirectoryAccountStore^ ActiveDirectory {
    ActiveDirectoryAccountStore^ get();
}
member ActiveDirectory : ActiveDirectoryAccountStore with get
Public ReadOnly Property ActiveDirectory As ActiveDirectoryAccountStore

Property Value

Type: System.Web.Security.SingleSignOn.ActiveDirectoryAccountStore

An ActiveDirectoryAccountStore object that is a member of this AccountStoreCollection collection.

See Also

AccountStoreCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top