Barcode Xpress for .NET Framework v14.0 - Updated
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
    [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