VaultApplicationBaseLicense Property |
The optional license of the application.
Set this in inherited class constructor to get license.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected IApplicationLicense License { get; set; }
Protected Property License As IApplicationLicense
Get
Set
protected:
property IApplicationLicense^ License {
IApplicationLicense^ get ();
void set (IApplicationLicense^ value);
}
Property Value
Type:
IApplicationLicense
See Also