Gets an object you can use to provide licensing
information to the component.
Syntax
'Declaration
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property Licensing As Licensing
'Usage
Dim instance As SmartZoneOCR
Dim value As Licensing
value = instance.Licensing
[System.ComponentModel.Browsable(false)]
public Licensing Licensing {get;}
public read-only property Licensing: Licensing;
System.ComponentModel.BrowsableAttribute()
public function get Licensing : Licensing
[System.ComponentModel.Browsable(false)]
public: __property Licensing* get_Licensing();
[System.ComponentModel.Browsable(false)]
public:
property Licensing^ Licensing {
Licensing^ get();
}
See Also