In This Topic
Deactivate a RAM License
Syntax
'Declaration
Public Shared Sub RemoveRamLicense( _
ByRef As System.String _
)
'Usage
Dim result As System.String
DicomLicense.RemoveRamLicense(result)
public static void RemoveRamLicense(
out System.string
)
public procedure RemoveRamLicense(
Out : System.String
); static;
public static function RemoveRamLicense(
: System.String
);
public: static void RemoveRamLicense(
[PARAMFLAG::Out] System.string*
)
public:
static void RemoveRamLicense(
[Out] System.String^
)
Parameters
- result
- string result to indicate success or failure
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also