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