DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / ImplementationName Property



In This Topic
    ImplementationName Property (DicomAssociation)
    In This Topic
    Returns the Implementation Version Name of the Connecting AE
    Syntax
    'Declaration
     
    Public ReadOnly Property ImplementationName As String
    'Usage
     
    Dim instance As DicomAssociation
    Dim value As String
     
    value = instance.ImplementationName
    public string ImplementationName {get;}
    public:
    property String^ ImplementationName {
       String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also