DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / DicomAttribute Class / Tag Property



In This Topic
    Tag Property (DicomAttribute)
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    Public Property Tag As String
    'Usage
     
    Dim instance As DicomAttribute
    Dim value As String
     
    instance.Tag = value
     
    value = instance.Tag
    public string Tag {get; set;}
    public:
    property String^ Tag {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also