[Missing <summary> documentation for "P:BrightstarDB.Dto.CreateStoreRequestObject.PersistenceType"]

Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public int PersistenceType { get; set; }
Visual Basic
Public Property PersistenceType As Integer
	Get
	Set
Visual C++
public:
property int PersistenceType {
	int get ();
	void set (int value);
}
F#
member PersistenceType : int with get, set

Property Value

Type: Int32

See Also