DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / Count Property






In This Topic
    Count Property (DicomDataSet)
    In This Topic
    Number of Attributes held in the DataSet
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As System.Integer
    'Usage
     
    
    Dim instance As DicomDataSet
    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();
    }
    Remarks
    Returns the number of attributes in the dataset, irrespective of their values being null or none-null.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also