GroupInfo.WindowsAccount Property
Gets the Windows account name of the group.
Namespace: Microsoft.WindowsServerSolutions.Groups
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
A String object that contains the Windows account name.
See Also
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top