Gets the Author that issued this License.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual LicenseAuthor Author { get; set; }
Public Overridable Property Author As LicenseAuthor
Get
Set
public:
virtual property LicenseAuthor^ Author {
LicenseAuthor^ get ();
void set (LicenseAuthor^ value);
}
Property Value
Type:
LicenseAuthor
See Also