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



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

Target Platforms: .NET CLR 3.5 or higher

See Also