UserInfo.WindowsAccount Property
Gets or sets the Windows account that is associated with the user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public string WindowsAccount { get; set; }
public:
[DataMemberAttribute]
property String^ WindowsAccount {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property WindowsAccount As String
Property Value
Type: System.String
An instance of String that contains the Windows account information.
See Also
UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top