'DeclarationPublic ReadOnly Property Intervals As System.Integer
'UsageDim instance As CiObject Dim value As System.Integer value = instance.Intervals
public System.int Intervals {get;}
public read-only property Intervals: System.Integer;
public function get Intervals : System.int
public: property System.int Intervals { System.int get(); }