FieldURIOrConstantType.Item Property

Definition

The Item property gets or sets a field or constant to compare in a restriction.

public:
 property System::Object ^ Item { System::Object ^ get(); void set(System::Object ^ value); };
public object Item { get; set; }
Public Property Item As Object

Property Value

The Item property returns an object that represents either a PathToIndexedFieldType, PathToUnindexedFieldType, PathToExtendedFieldType, or ConstantValueType object.

Applies to