Accusoft.Forms1 - Updated
Licensing Property (BarcodeXpress)



Accusoft.BarcodeXpressSdk Namespace > BarcodeXpress Class : Licensing Property
Provides access to an object you can use to provide licensing information to the component.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property Licensing As Licensing
Dim instance As BarcodeXpress
Dim value As Licensing
 
value = instance.Licensing
[Browsable(false)]
public Licensing Licensing {get;}
[Browsable(false)]
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 component.
See Also

Reference

BarcodeXpress Class
BarcodeXpress Members