TransitionTargetType.Kind Property
The Kind property gets or sets a value that indicates whether the time zone transition target is a period or a group of transitions.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Kind As TransitionTargetKindType
Get
Set
'Usage
Dim instance As TransitionTargetType
Dim value As TransitionTargetKindType
value = instance.Kind
instance.Kind = value
public TransitionTargetKindType Kind { get; set; }
Property Value
Type: ExchangeWebServices.TransitionTargetKindType
The value of the Kind is one of the TransitionTargetKindType enumeration values that represents whether the time zone transition target is a period or a group of time zone transitions.
See Also