Visual Signal ExternalBase Class Library Documentation
LicenseName Property
VisualSignalVSignal.ExternalBaseTExternalBaseLicenseName
API version 1.2.2.0

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

Set this property in Init()()() to register the license name. Visual Signal will attempt to match the license name against any license files loaded by the license manager. If no valid license file matches the license name, then the user module will not be available for use in Visual Signal. For security reasons, the module will also not be available if a license manager matching LicenseManagerID were *not* found.
Declaration Syntax
C#Visual BasicVisual C++
protected string LicenseName { set; }
Protected WriteOnly Property LicenseName As String
protected:
property String^ LicenseName {
	void set (String^ value);
}

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