TransitionTargetType.Value Property
The Value property gets or sets the unique identifier that corresponds to the period or transitions group that is the target of the time zone transition.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Value As String
Get
Set
'Usage
Dim instance As TransitionTargetType
Dim value As String
value = instance.Value
instance.Value = value
public string Value { get; set; }
Property Value
Type: System.String
The value of the Value property is a string that represents the unique identifier that corresponds to the period or transitions group that is the target of the time zone transition
See Also