DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / RemoveRamLicense Method
string result to indicate success or failure



In This Topic
    RemoveRamLicense Method
    In This Topic
    Deactivate a RAM License
    Syntax
    'Declaration
     
    Public Shared Sub RemoveRamLicense( _
       ByRef result As String _
    ) 
    'Usage
     
    Dim result As String
     
    DicomLicense.RemoveRamLicense(result)
    public static void RemoveRamLicense( 
       out string result
    )
    public:
    static void RemoveRamLicense( 
       [Out] String^ result
    ) 

    Parameters

    result
    string result to indicate success or failure
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also