Partager via


Propriété ClaimsIdentityCollection.IsReadOnly

Gets whether the collection is read-only.

Espace de noms: Microsoft.IdentityModel.Claims
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As ClaimsIdentityCollection
Dim value As Boolean

value = instance.IsReadOnly

Syntaxe

'Déclaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
/** @property */
public final boolean get_IsReadOnly ()
public final function get IsReadOnly () : boolean

Valeur de la propriété

Returns Boolean. true if the collection is read-only; otherwise, false.

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 ClaimsIdentityCollection
Membres ClaimsIdentityCollection
Espace de noms Microsoft.IdentityModel.Claims