DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ItemLocation Class / Attribute Property






In This Topic
    Attribute Property (ItemLocation)
    In This Topic
    The attribute containing the value
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Attribute As DicomAttribute
    'Usage
     
    
    Dim instance As ItemLocation
    Dim value As DicomAttribute
     
    value = instance.Attribute
    public DicomAttribute Attribute {get;}
    public read-only property Attribute: DicomAttribute; 
    public function get Attribute : DicomAttribute
    public: __property DicomAttribute* get_Attribute();
    public:
    property DicomAttribute^ Attribute {
       DicomAttribute^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also