FieldURIOrConstantType.Item Property
The Item property gets or sets a field or constant to compare in a restriction.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item As Object
Get
Set
'Usage
Dim instance As FieldURIOrConstantType
Dim value As Object
value = instance.Item
instance.Item = value
public Object Item { get; set; }
Property Value
Type: System.Object
The Item property returns an object that represents either a PathToIndexedFieldType, PathToUnindexedFieldType, PathToExtendedFieldType, or ConstantValueType object.
See Also