Właściwość Model.IsSystem
Pobiera lub ustawia wartość wskazującą, czy model został utworzony przez system.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property IsSystem As Boolean
Get
Set
'Użycie
Dim instance As Model
Dim value As Boolean
value = instance.IsSystem
instance.IsSystem = value
[DataMemberAttribute]
public bool IsSystem { get; set; }
[DataMemberAttribute]
public:
property bool IsSystem {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
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 model został utworzony przez system; w przeciwnym razie false.