In This Topic
Insert or replace values in the internal virtual registry
Syntax
'Declaration
Public Shared Sub SetRegString( _
ByVal As System.String, _
ByVal As System.String _
)
'Usage
Dim Name As System.String
Dim Value As System.String
DicomGlobal.SetRegString(Name, Value)
public static void SetRegString(
System.string ,
System.string
)
public procedure SetRegString(
: System.String;
: System.String
); static;
public static function SetRegString(
: System.String,
: System.String
);
public: static void SetRegString(
System.string* ,
System.string*
)
public:
static void SetRegString(
System.String^ ,
System.String^
)
Parameters
- Name
The name of the registry key.
- Value
The value to set.
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also