Entity.IsSystem 屬性

定義

取得或設定一個值,表示該實體是否由 MDS 系統創建。 系統實體無法被刪除。

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

屬性值

true若該實體是由 MDS 系統建立;否則,。 false

屬性

適用於