Gets the collection of property definitions that describe the level.

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 BCCollection<BCPropertyDef> Properties { get; }
Visual Basic
Public ReadOnly Property Properties As BCCollection(Of BCPropertyDef)
	Get
Visual C++
public:
property BCCollection<BCPropertyDef^>^ Properties {
	BCCollection<BCPropertyDef^>^ get ();
}

See Also