BCFieldPathLevelIsBranchPoint Property |
Note: This API is now obsolete.
Gets or sets a value indicating whether the level is a branch point.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [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; }
<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
public:
[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)]
property bool IsBranchPoint {
bool get ();
void set (bool value);
}
[<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)>]
member IsBranchPoint : bool with get, set
Property Value
Type:
BooleanRemarks
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