Gets the license information for the repository.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCLicense AMLicense { get; }
Visual Basic
Public ReadOnly Property AMLicense As BCLicense
	Get
Visual C++
public:
property BCLicense^ AMLicense {
	BCLicense^ get ();
}

See Also