|
|
|
SftMask.License Property |
Returns the product's license number.
Syntax
VB.NET |
License = object.License As String |
||
VB |
License = object.License As String |
||
C#.NET |
string License = object.License; |
||
VC++ |
_bstr_t License = object->License;
|
||
C |
HRESULT object->get_License(BSTR* License); |
||
Delphi |
License := object.License : WideString; |
object
A SftMask object.
License
Returns the product's license number.
Comments
The License property returns the product's license number.
The license number is used to receive product support. When requesting product support, please always include your license number. Without your license number we will not be able to help you.
This property is only available at design-time.