Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / BarcodeXpress Class / Licensing Property




In This Topic
Licensing Property
In This Topic
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
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