Share via


UserIdentity.ShadowAccount Property

 

Gets the shadow account information.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public string ShadowAccount { get; }
public:
property String^ ShadowAccount {
    String^ get();
}
Public ReadOnly Property ShadowAccount As String

Property Value

Type: System.String

An instance of String that contains the shadow account information.

See Also

UserIdentity Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top