StatusKeyColumnValues..::..Value Property

Gets or sets the value.

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

Syntax


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

Field Value

The value.