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