SystemTypeAttribute.AllowAbstract Property

Definition

Gets or sets whether abstract classes can be selected from drop-down. Defaults to a value of false unless explicitly specified.

public:  property bool AllowAbstract {  public:
bool get(); protected:
 void set(bool value); };
public:
 property bool AllowAbstract { bool get(); void set(bool value); };
public bool AllowAbstract { get; protected set; }
member this.AllowAbstract : bool with get, set
Public Property AllowAbstract As Boolean

Property Value

Applies to