UserConfigurationDictionaryObjectType.Type Property

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

Syntax

'Declaration
Public Property Type As UserConfigurationDictionaryObjectTypesType
    Get
    Set
'Usage
Dim instance As UserConfigurationDictionaryObjectType
Dim value As UserConfigurationDictionaryObjectTypesType

value = instance.Type

instance.Type = value
public UserConfigurationDictionaryObjectTypesType Type { get; set; }