public bool IsOpen { get; set; }
Dim instance As ExtendedDateTimeRange Dim value As Boolean value = instance.IsOpen instance.IsOpen = value
public: property bool IsOpen { bool get (); void set (bool value); }
No code example is currently available or this language may not be supported.
In This Article