Click or drag to resize
DeveloperLicenseiLicenseXML Property
License XML to activate purchased version of Treek's Licensing Library

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
public string iLicenseXML { get; set; }

Property Value

Type: String

Return Value

Type: String
Returns previously stored value
Remarks
You don't have to create instance of DeveloperLicense object. This is here to provide support for non .NET applications using COM model, which does not support static class members.
See Also