WritableLicenseExternalReference1 Property |
Gets or sets the External Reference 1 value, which is a unique identifier generated by a third-party system or service.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override string ExternalReference1 { get; set; }
Public Overrides Property ExternalReference1 As String
Get
Set
public:
virtual property String^ ExternalReference1 {
String^ get () override;
void set (String^ value) override;
}
Property Value
Type:
String
See Also