Model.IsSystem 屬性

定義

取得或設定一個值,表示該模型是否由系統建立。

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如果模型是由系統創建的;否則,。 false

屬性

適用於