WritableLicenseLicenseCustomData Property |
Gets or sets the License Custom Data, which contains custom XML or alphanumeric data.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override string LicenseCustomData { get; set; }
Public Overrides Property LicenseCustomData As String
Get
Set
public:
virtual property String^ LicenseCustomData {
String^ get () override;
void set (String^ value) override;
}
Property Value
Type:
String
See Also