DataSourceGroup.IsDefault Propriedade

Definição

Quando substituído em uma classe derivada, obtém o valor que indica se esse grupo é o grupo padrão.When overridden in a derived class, gets the value indicating whether this group is the default group.

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

Valor da propriedade

Boolean

true Se esse grupo for o grupo padrão; caso contrário, false .true if this group is the default group; otherwise, false.

Aplica-se a