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