PathToExceptionFieldType.FieldURI Property

The FieldURI property gets the property path of an error.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property FieldURI As ExceptionPropertyURIType
[XmlAttributeAttribute] 
public ExceptionPropertyURIType FieldURI { get; set; }
[XmlAttributeAttribute] 
public:
property ExceptionPropertyURIType FieldURI {
    ExceptionPropertyURIType get ();
    void set (ExceptionPropertyURIType value);
}
/** @property */
public ExceptionPropertyURIType get_FieldURI ()

/** @property */
public void set_FieldURI (ExceptionPropertyURIType value)
public function get FieldURI () : ExceptionPropertyURIType

public function set FieldURI (value : ExceptionPropertyURIType)

Property Value

The FieldURI property returns an ExceptionPropertyURIType enumeration that identifies a property that contains an error.

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)