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

The Document Store that we are using on the server.

Namespace: DataCore
Assembly: MvcTestApp (in MvcTestApp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DocumentStore DocStore { get; }
Visual Basic
Public ReadOnly Property DocStore As DocumentStore
	Get
Visual C++
public:
property DocumentStore^ DocStore {
	DocumentStore^ get ();
}

See Also