BCSFolderIsProject Property |
Note: This API is now obsolete.
Gets a value indicating whether the folder is a project.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [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; }
<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
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 BCSProject in C# and TypeOf myObject Is BCSProject in VB.NET.")]
property bool IsProject {
bool get ();
}
[<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.")>]
member IsProject : bool with get
Property Value
Type:
BooleanRemarks
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