Model.IsSystem Property

Definition

Caution

Always false. With the removal of the Metadata model, system models no longer exist

Specifies whether the model is a system model.

public:
 property bool IsSystem { bool get(); void set(bool value); };
[System.ComponentModel.ReadOnly(true)]
[System.Obsolete("Always false. With the removal of the Metadata model, system models no longer exist")]
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public bool IsSystem { get; set; }
[<System.ComponentModel.ReadOnly(true)>]
[<System.Obsolete("Always false. With the removal of the Metadata model, system models no longer exist")>]
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.IsSystem : bool with get, set
Public Property IsSystem As Boolean

Property Value

true if the model is a system model; otherwise, false.

Attributes

Applies to