Freigeben über


ContextItem.Scope Property

Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ContextItem
Dim value As Uri

value = instance.Scope

instance.Scope = value

Syntax

'Declaration
Public Property Scope As Uri
public Uri Scope { get; set; }
public:
property Uri^ Scope {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_Scope ()

/** @property */
public void set_Scope (Uri value)
public function get Scope () : Uri

public function set Scope (value : Uri)

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

ContextItem Class
ContextItem Members
Microsoft.IdentityModel.SecurityTokenService Namespace