public bool IsDefaultInstance { get; set; }
Public Property IsDefaultInstance As Boolean
Get
Set
public:
virtual property bool IsDefaultInstance {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsDefaultInstance : bool with get, set
override IsDefaultInstance : bool with get, set