Visual Signal ExternalBase Class Library Documentation
LicenseManagerID Property
VisualSignalVSignal.ExternalBaseTExternalBaseLicenseManagerID
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Set this property in Init()()() to register the license manager ID. If a license manager matching the ID were found, Visual Signal will attempt to use license control for the user module. If the property is not set or set to an empty string, license control will not be used for the user module.
Declaration Syntax
C#Visual BasicVisual C++
protected string LicenseManagerID { set; }
Protected WriteOnly Property LicenseManagerID As String
protected:
property String^ LicenseManagerID {
	void set (String^ value);
}

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)