Click or drag to resize
LicenseAliasWriteAlias Method
Updates the alias with the most current license file data.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public abstract bool WriteAlias(
	string license
)

Parameters

license
Type: SystemString
The license contents to write.

Return Value

Type: Boolean
Returns true if the alias was written successfully. If it failed to write, check the LastError property for details.
See Also