PathToUnindexedFieldType.FieldURI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The FieldURI property gets or sets frequently referenced field URIs.
public:
property ExchangeWebServices::UnindexedFieldURIType FieldURI { ExchangeWebServices::UnindexedFieldURIType get(); void set(ExchangeWebServices::UnindexedFieldURIType value); };
public ExchangeWebServices.UnindexedFieldURIType FieldURI { get; set; }
Public Property FieldURI As UnindexedFieldURIType
Property Value
The FieldURI property returns an UnindexedFieldURIType enumeration that identifies a field URI.
Remarks
For an example that shows how to use the PathToUnindexedFieldType class, see FindItemType.