DicomObjects.NET.V8
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 Integer
    'Usage
     
    Dim instance As DicomDataSet
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    public:
    property int Count {
       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.0 or higher

    See Also