Exists Property

Stot

Stot

Document..::..Exists Property

Gets a value indicating whether this [Document] exists.

All references to this Instance must ensure this is true before proceeding, to avoid null pointer Exceptions

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


[BsonElementAttribute]
public bool Exists { get; set; }
<BsonElementAttribute> _
Public Property Exists As Boolean
	Get
	Set
[BsonElementAttribute]
public:
property bool^ Exists {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if exists; otherwise, false.