Gets a value indicating whether the folder is a project.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[ObsoleteAttribute("This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCSProject in C# and TypeOf myObject Is BCSProject in VB.NET.")]
public bool IsProject { get; }
Visual Basic
<ObsoleteAttribute("This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCSProject in C# and TypeOf myObject Is BCSProject in VB.NET.")> _
Public ReadOnly Property IsProject As Boolean
	Get
Visual C++
[ObsoleteAttribute(L"This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCSProject in C# and TypeOf myObject Is BCSProject in VB.NET.")]
public:
property bool IsProject {
	bool get ();
}

Remarks

This property might be removed from future versions.

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

See Also