Namespace: Composite.Core.Implementation
Assembly: Composite (in Composite.dll) Version: 3.2.4497.34829

Syntax

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

See Also