Value Property (DicomAttribute)
In This Topic
The value of a Data Element
Syntax
'Declaration
Public ReadOnly Property Value As System.Object
'Usage
Dim instance As DicomAttribute
Dim value As System.Object
value = instance.Value
public System.object Value {get;}
public read-only property Value: System.TObject;
public function get Value : System.Object
public: __property System.Object* get_Value();
public:
property System.Object^ Value {
System.Object^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also