Propriété ContextItem.Scope
Espace de noms: Microsoft.IdentityModel.SecurityTokenService
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As ContextItem Dim value As Uri value = instance.Scope instance.Scope = value
Syntaxe
'Déclaration
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)
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe ContextItem
Membres ContextItem
Espace de noms Microsoft.IdentityModel.SecurityTokenService