Returns the collection of property definitions that may be used in a Field-Path Definition.

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

See Also