PathToUnindexedFieldType.FieldURI Property
The FieldURI property gets or sets frequently referenced field URIs.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property FieldURI As UnindexedFieldURIType
[XmlAttributeAttribute]
public UnindexedFieldURIType FieldURI { get; set; }
[XmlAttributeAttribute]
public:
property UnindexedFieldURIType FieldURI {
UnindexedFieldURIType get ();
void set (UnindexedFieldURIType value);
}
/** @property */
public UnindexedFieldURIType get_FieldURI ()
/** @property */
public void set_FieldURI (UnindexedFieldURIType value)
public function get FieldURI () : UnindexedFieldURIType
public function set FieldURI (value : UnindexedFieldURIType)
Property Value
The FieldURI property returns an UnindexedFieldURIType enumeration that identifies a field URI.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
PathToUnindexedFieldType Class
PathToUnindexedFieldType Members
ExchangeWebServices Namespace