In This Topic
The SID of the Windows identity that this login represents.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property WindowsSid As String
[CanBeNull()]
public string WindowsSid {get; set;}
[CanBeNull()]
public:
property String^ WindowsSid {
String^ get();
void set ( String^ value);
}
See Also