Gets the Implementation Version Name.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property ImplementationVersionName As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomServer
Dim value As String
value = instance.ImplementationVersionName
|
C# | |
---|
public virtual string ImplementationVersionName {get;} |
C++/CLI | |
---|
public:
virtual property String^ ImplementationVersionName {
String^ get();
} |
Return Value
The Implementation Version Name.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also