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