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



    ImplementationName Property (DicomGlobal)
    The Implementation Name of this application
    Syntax
    'Declaration
     
    Public Shared Property ImplementationName As String
     
    'Usage
     
    Dim value As String
     
    DicomGlobal.ImplementationName = value
     
    value = DicomGlobal.ImplementationName
    Remarks
    This value is used in association negotiation and is put into Part 10 files
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also