다음을 통해 공유


For.Exact Property

Gets or sets the exact value identifying the endpoint for which the referral statement is intended.

Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim for1 As For

Dim returnValue As Uri
returnValue = for1.Exact

Dim sampleValue As Uri
for1.Exact = sampleValue

Syntax

'Declaration
Public Property Exact() As Uri
public Uri Exact {get; set;}
public:
property Uri^ Exact {
    Uri^ get();
    void set(Uri^ value);
}
public Uri get_Exact();
public void set_Exact(Uri);
public function get Exact() : Uri;
public function set Exact(Uri);

Property Value

An absolute URI identifying the endpoint for the referral statement.

Exceptions

Exception type Condition
ArgumentException

Both exact and prefix matching critera have been set.

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 Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

For Class
For Members
Microsoft.Web.Services3.Referral Namespace