StatusList..::..List Property

Gets or sets the value.

Namespace:  ZarahDB_Library.Types
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


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

Field Value

The value.