Gets the temporary definition of the Field-Path definition facility, or null if the Field-Path definition is not defined.

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

See Also