Address Property

Stot

Stot

Document..::..Address Property

Gets or sets the address or path to where the document is stored.

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

Syntax


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

Field Value

The location of the document.