XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / Delete Method



In This Topic
    Delete Method
    In This Topic
    Delete a specific XdsObjects license on a machine.
    Syntax
    Public Sub Delete() 
    Dim instance As XdsLicense
     
    instance.Delete()
    public void Delete()
    public:
    void Delete(); 
    Remarks

    This method may be useful to remove trial licenses etc., but should be used with care on an end-user machine just in case there are licenses installed by other vendors, which should not be deleted

    Depending on the version of windows, and the permissions of the user, it is possible that the license may be removed, espeically if it was installed by an administrator, but this method is invoked by a less privileged user.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also