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

The name of the registry key.

The value to set.




In This Topic
    SetRegString Method
    In This Topic
    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)
    public static void SetRegString( 
       string Name,
       string Value
    )
    public:
    static void SetRegString( 
       String^ Name,
       String^ 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