SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / SmartZoneICR Class / Licensing Property




In This Topic
    Licensing Property (SmartZoneICR)
    In This Topic
    Gets 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 SmartZoneICR
    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();
    }
    See Also