UserIdType.SID Property
The SID property gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID).
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SID As String
Get
Set
'Usage
Dim instance As UserIdType
Dim value As String
value = instance.SID
instance.SID = value
public string SID { get; set; }
Property Value
Type: System.String
The SID property returns a string that contains the SID.
See Also