DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / ImplementationName Property






In This Topic
    ImplementationName Property (DicomGlobal)
    In This Topic
    The Implementation Name of this application
    Syntax
    'Declaration
     
    
    Public Shared Property ImplementationName As System.String
    'Usage
     
    
    Dim value As System.String
     
    DicomGlobal.ImplementationName = value
     
    value = DicomGlobal.ImplementationName
    public static System.string ImplementationName {get; set;}
    public read-write property ImplementationName: System.String; static; 
    public static function get,set ImplementationName : System.String
    public: __property static System.string* get_ImplementationName();
    public: __property static void set_ImplementationName( 
       System.string* value
    );
    public:
    static property System.String^ ImplementationName {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    This value is used in association negotiation and is put into Part 10 files
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also