ObjectSecurity.GroupModified Propriedade
Definição
Obtém ou define um valor booliano que especifica se o grupo associado ao objeto protegível foi modificado.Gets or sets a Boolean value that specifies whether the group associated with the securable object has been modified.
protected:
property bool GroupModified { bool get(); void set(bool value); };
protected bool GroupModified { get; set; }
member this.GroupModified : bool with get, set
Protected Property GroupModified As Boolean
Valor da propriedade
true Se o grupo associado ao objeto protegível tiver sido modificado; caso contrário, false .true if the group associated with the securable object has been modified; otherwise, false.