Barcode Xpress for .NET Core v13.4 - Updated
Licensing Property




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