The store list

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

Syntax

C#
public List<string> Stores { get; set; }
Visual Basic
Public Property Stores As List(Of String)
	Get
	Set
Visual C++
public:
property List<String^>^ Stores {
	List<String^>^ get ();
	void set (List<String^>^ value);
}
F#
member Stores : List<string> with get, set

Property Value

Type: List<(Of <(<'String>)>)>

See Also