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






In This Topic
    Count Property (DicomLabelCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property Count As System.Integer
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim value As System.Integer
     
    value = instance.Count
    [__DynamicallyInvokable()]
    public System.int Count {get;}
    public read-only property Count: System.Integer; 
    __DynamicallyInvokableAttribute()
    public function get Count : System.int
    [__DynamicallyInvokable()]
    public: __property System.int get_Count();
    [__DynamicallyInvokable()]
    public:
    property System.int Count {
       System.int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also