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