Share via


AvailabilityProxyRequestType.Text Property

The Text property gets or sets a value that indicates whether the proxy request was cross-site or cross-forrest.

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

Syntax

'Declaration
<XmlTextAttribute> _
Public Property Text As String()
[XmlTextAttribute] 
public string[] Text { get; set; }
[XmlTextAttribute] 
public:
property array<String^>^ Text {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
public String[] get_Text ()

/** @property */
public void set_Text (String[] value)
public function get Text () : String[]

public function set Text (value : String[])

Property Value

The Text property returns "CrossForest" if the proxy request was cross-forest. The property returns "CrossSite" if the proxy request was cross-site.

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)