共用方式為


DataSourceGroup.IsDefault 屬性

定義

在衍生類別中覆寫時,取得值,指出這個群組是否為預設群組。

public:
 abstract property bool IsDefault { bool get(); };
public abstract bool IsDefault { get; }
member this.IsDefault : bool
Public MustOverride ReadOnly Property IsDefault As Boolean

屬性值

如果這個群組是預設群組,則為 true,否則為 false

適用於