ObjectSecurity.IsContainer Propriété
Définition
Obtient une valeur booléenne qui spécifie si cet objet ObjectSecurity est un objet conteneur.Gets a Boolean value that specifies whether this ObjectSecurity object is a container object.
protected:
property bool IsContainer { bool get(); };
protected bool IsContainer { get; }
member this.IsContainer : bool
Protected ReadOnly Property IsContainer As Boolean
Valeur de propriété
true
si l’objet ObjectSecurity est un objet conteneur ; sinon, false
.true
if the ObjectSecurity object is a container object; otherwise, false
.