DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / SequencePath Class / TargetAttribute Property






In This Topic
    TargetAttribute Property
    In This Topic
    The attribute to which this class points.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetAttribute As DicomAttribute
    'Usage
     
    
    Dim instance As SequencePath
    Dim value As DicomAttribute
     
    value = instance.TargetAttribute
    public DicomAttribute TargetAttribute {get;}
    public read-only property TargetAttribute: DicomAttribute; 
    public function get TargetAttribute : DicomAttribute
    public: __property DicomAttribute* get_TargetAttribute();
    public:
    property DicomAttribute^ TargetAttribute {
       DicomAttribute^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also