Partager via


For.Prefix Property

Gets or sets the prefix value identifying the set of endpoints 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.Prefix

Dim sampleValue As Uri
for1.Prefix = sampleValue

Syntax

'Declaration
Public Property Prefix() As Uri
public Uri Prefix {get; set;}
public:
property Uri^ Prefix {
    Uri^ get();
    void set(Uri^ value);
}
public Uri get_Prefix();
public void set_Prefix(Uri);
public function get Prefix() : Uri;
public function set Prefix(Uri);

Property Value

A URI-prefix that follows the syntax of an absolute URI.

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