Entity.IsSystem Property

Definition

Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted.

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 entity was created by the MDS system; otherwise, false.

Attributes

Applies to