PrincipalCollection.IsReadOnly Propriété
Définition
retourne false
;Returns false
. Il ne s'agit pas d'une collection en lecture seule.This is not a read-only collection.
public:
property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean
Valeur de propriété
Toujours false
.Always false
.