public string Name {get;}
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As DicomVR
Dim value As String
value = instance.Name
public string Name {get;}
public:
property String^ Name {
String^ get();
}
Property Value
Value indicating the name of the Value Representation. To see the default values for the Value Representation Names, refer to the
Default Value Representation Table.