Compartir a través de


AttributeGroup.IsSystem Propiedad

Definición

Obtiene o establece un valor que indica si el grupo de atributos es un grupo del sistema.

public:
 property bool IsSystem { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsSystem { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.IsSystem : bool with get, set
Public Property IsSystem As Boolean

Valor de propiedad

true, si el grupo de atributos es un grupo del sistema; de lo contrario, false.

Atributos

Se aplica a