Accusoft.FormDirector3.Net - Updated
Licensing Property




Accusoft.FormDirectorSdk Namespace > FormDirector Class : Licensing Property
Provides access to an object you can use to provide licensing information to the toolkit.
Syntax
'Declaration
 
Public ReadOnly Property Licensing As Licensing
'Usage
 
Dim instance As FormDirector
Dim value As Licensing
 
value = instance.Licensing
public Licensing Licensing {get;}
public: __property Licensing* get_Licensing();
public:
property Licensing^ Licensing {
   Licensing^ get();
}
Remarks
This property holds a reference to a Licensing object. You can use that object to send your licensing information to the toolkit.
See Also

Reference

FormDirector Class
FormDirector Members