'Declaration
Public ReadOnly Property Count As System.Integer
'Usage
Dim instance As DicomVolume Dim value As System.Integer value = instance.Count
public System.int Count {get;}
public read-only property Count: System.Integer;
public function get Count : System.int
public: __property System.int get_Count();
public: property System.int Count { System.int get(); }