A comma delimited list of products that are licensed in this iMIS installation

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string LicensedProducts { get; }
Visual Basic (Declaration)
Public ReadOnly Property LicensedProducts As String
Visual C++
public:
property String^ LicensedProducts {
	String^ get ();
}

See Also