ArrayOfTrackingPropertiesType.Items Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Items As TrackingPropertyType()
Get
Set
'Usage
Dim instance As ArrayOfTrackingPropertiesType
Dim value As TrackingPropertyType()
value = instance.Items
instance.Items = value
public TrackingPropertyType[] Items { get; set; }
Property Value
Type: []