ContactItemType.DirectoryId Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DirectoryId As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.DirectoryId
instance.DirectoryId = value
public string DirectoryId { get; set; }
Property Value
Type: System.String