DeveloperLicenseiLicenseXML Property |
License XML to activate purchased version of Treek's Licensing Library
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax public string iLicenseXML { get; set; }
Public Property iLicenseXML As String
Get
Set
public:
property String^ iLicenseXML {
String^ get ();
void set (String^ value);
}
member iLicenseXML : string with get, set
Property Value
Type:
StringReturn Value
Type:
StringReturns 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