[This is preliminary documentation and is subject to change.]

Shows if teh object is a Project.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsProject { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsProject As Boolean
Visual C++
public:
property bool IsProject {
	bool get ();
}

See Also