ArrayOfTrackingPropertiesType.Items Property
Namespace: Microsoft.Exchange.InfoWorker.Common.Availability.Proxy
Assembly: Microsoft.Exchange.InfoWorker.Common (in Microsoft.Exchange.InfoWorker.Common.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: []