public string ImplementationVersionName {get; set;}
'Declaration
Public Property ImplementationVersionName As String
'Usage
Dim instance As DicomAssociate
Dim value As String
instance.ImplementationVersionName = value
value = instance.ImplementationVersionName
public string ImplementationVersionName {get; set;}
get_ImplementationVersionName();
set_ImplementationVersionName(value);
Object.defineProperty('ImplementationVersionName');
public:
property String^ ImplementationVersionName {
String^ get();
void set ( String^ value);
}
Property Value
The Implementation Version Name. The maximum length for this value is 16. A value of null means that the Implementation Version Name is absent.