|
|
|
SftTree.WebLicense Property |
Defines the license information for use on one web site.
Syntax
VB.NET |
License = object.WebLicense As String |
||
VB |
License = object.WebLicense As String |
||
C#.NET |
string License = object.WebLicense; |
||
VC++ |
_bstr_t License = object->WebLicense;
|
||
C |
HRESULT object->get_WebLicense(BSTR* License); |
||
Delphi |
License := object.WebLicense : WideString; |
||
VB.NET |
object.WebLicense = License As String |
||
VB |
object.WebLicense = License As String |
||
C#.NET |
string object.WebLicense = License; |
||
VC++ |
_bstr_t object->WebLicense = License;
|
||
C |
HRESULT object->put_WebLicense(BSTR License); |
||
Delphi |
object.WebLicense := License : WideString; |
object
A SftTree object.
License
Defines the license information for use on one web site.
Comments
The WebLicense property defines the license information for use on one web site.
The use of the WebLicense property is no longer required and this property has no effect.
See Also SftTree Object | Object Hierarchy