Name Property

Stot

Stot

Document..::..Name Property

Gets or sets the name of the Document.

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

Syntax


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

Field Value

The name of the Document.