Gets a value indicating whether the folder is a project.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
[ObsoleteAttribute("This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCProject in C# and TypeOf myObject Is BCProject in VB.NET.")]
public bool IsProject { get; }
[ObsoleteAttribute("This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCProject in C# and TypeOf myObject Is BCProject in VB.NET.")]
public bool IsProject { get; }
<ObsoleteAttribute("This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCProject in C# and TypeOf myObject Is BCProject in VB.NET.")> _
Public ReadOnly Property IsProject As Boolean
Get
<ObsoleteAttribute("This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCProject in C# and TypeOf myObject Is BCProject in VB.NET.")> _
Public ReadOnly Property IsProject As Boolean
Get
public:
[ObsoleteAttribute(L"This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCProject in C# and TypeOf myObject Is BCProject in VB.NET.")]
property bool IsProject {
bool get ();
}
public:
[ObsoleteAttribute(L"This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCProject in C# and TypeOf myObject Is BCProject in VB.NET.")]
property bool IsProject {
bool get ();
}
This property might be removed from future versions.
Check the type of the object using the keyword Is, e.g.:
myObject is BCProject in C# and TypeOf myObject Is BCProject in VB.NET.