Udostępnij przez


Właściwość AttributeGroup.IsSystem

Pobiera lub ustawia wartość wskazującą, czy grupy atrybut grupy system.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsSystem As Boolean
    Get
    Set
'Użycie
Dim instance As AttributeGroup
Dim value As Boolean

value = instance.IsSystem

instance.IsSystem = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsSystem { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsSystem {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member IsSystem : bool with get, set
function get IsSystem () : boolean
function set IsSystem (value : boolean)

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli grupa atrybut grupy systemu; w przeciwnym razie false.