Поделиться через


DirectoryEntryType.Id Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Id As EmailAddressType
    Get
    Set
'Usage
Dim instance As DirectoryEntryType
Dim value As EmailAddressType

value = instance.Id

instance.Id = value
public EmailAddressType Id { get; set; }