SftOptions 1.0

SftOptions.License Property

Softel vdm, Inc.

Returns the product's license number.

Syntax       

Get

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;
_bstr_t License = object->GetLicense();

C

HRESULT object->get_License(BSTR* License);

Delphi

License := object.License   : WideString;

object

A SftOptions object.

License

Returns the product's license number, assigned to this installation of SftOptions.

Comments

The License property returns the license number of the current installation of SftOptions. A demo version of the product does not have a 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. 

See Also  SftOptions Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2002 - Softel vdm, Inc. - www.softelvdm.com