Model.IsSystem Property

Definition

Gets or sets a value that indicates whether the model was created by the system.

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

Property Value

true if the model was created by the system; otherwise, false.

Attributes

Applies to