DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / SetRegString Method

The name of the registry key.

The value to set.




    SetRegString Method
    Insert or replace values in the internal virtual registry
    Syntax
    'Declaration
     
    
    Public Shared Sub SetRegString( _
       ByVal Name As String, _
       ByVal Value As String _
    ) 
     
    'Usage
     
    
    Dim Name As String
    Dim Value As String
     
    DicomGlobal.SetRegString(Name, Value)

    Parameters

    Name

    The name of the registry key.

    Value

    The value to set.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also