Gets or sets a value indicating whether the level is a branch point.

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#
[ObsoleteAttribute("This property is deprecated. Check the type of the object using the keyword Is, e.g.: myObject is BCFieldPathBranchPoint in C# and TypeOf myObject Is BCFieldPathBranchPoint in VB.NET.", 
	true)]
public bool IsBranchPoint { get; set; }
Visual Basic
<ObsoleteAttribute("This property is deprecated. Check the type of the object using the keyword Is, e.g.: myObject is BCFieldPathBranchPoint in C# and TypeOf myObject Is BCFieldPathBranchPoint in VB.NET.",  _
	True)> _
Public Property IsBranchPoint As Boolean
	Get
	Set
Visual C++
[ObsoleteAttribute(L"This property is deprecated. Check the type of the object using the keyword Is, e.g.: myObject is BCFieldPathBranchPoint in C# and TypeOf myObject Is BCFieldPathBranchPoint in VB.NET.", 
	true)]
public:
property bool IsBranchPoint {
	bool get ();
	void set (bool value);
}

Remarks

This property is deprecated.

Check the type of the object using the keyword Is, e.g.: myObject is BCFieldPathBranchPoint in C# and TypeOf myObject Is BCFieldPathBranchPoint in VB.NET.

See Also