FormFix v6.0 for .NET - Updated
Licensing Property (FormDirector)



Accusoft.FormDirectorSdk Namespace > FormDirector Class : Licensing Property
Provides access to an object you can use to provide licensing information to the toolkit.
Syntax
'Declaration
 
<ObsoleteAttribute("This method is deprecated.")>
Public ReadOnly Property Licensing As Licensing
'Usage
 
Dim instance As FormDirector
Dim value As Licensing
 
value = instance.Licensing
[Obsolete("This method is deprecated.")]
public Licensing Licensing {get;}
[Obsolete("This method is deprecated.")]
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

Is this page helpful?
Yes No
Thanks for your feedback.