DicomObjects.NET.8.48 Documentation
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 System.String _
    ) 
    'Usage
     
    
    Dim result As System.String
     
    DicomLicense.RemoveRamLicense(result)
    public static void RemoveRamLicense( 
       out System.string result
    )
    public procedure RemoveRamLicense( 
       Out  result: System.String
    ); static; 
    public static function RemoveRamLicense( 
       result : System.String
    );
    public: static void RemoveRamLicense( 
       [PARAMFLAG::Out] System.string* result
    ) 
    public:
    static void RemoveRamLicense( 
       [Out] System.String^ result
    ) 

    Parameters

    result
    string result to indicate success or failure
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also