WritableLicenseGetWritableLicenseFile Method |
Creates a writable License File.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool GetWritableLicenseFile(
ref string lfContent
)
Public Overridable Function GetWritableLicenseFile (
ByRef lfContent As String
) As Boolean
public:
virtual bool GetWritableLicenseFile(
String^% lfContent
)
Parameters
- lfContent
- Type: SystemString
The contents of the writable License File.
Return Value
Type:
BooleanReturns true if successful. If this is not successful, check the
LastError property for details.
See Also