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