LicenseManagerBaseTContentX Method |
Access the license as the class user expects it.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual X Content<X>()
where X : class
Public Overridable Function Content(Of X As Class) As X
public:
generic<typename X>
where X : ref class
virtual X Content()
Type Parameters
- X
- Class of the license.
Return Value
Type:
XThe content of the license.
Implements
IApplicationLicenseContentX
See Also