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