Property Value
Value
The value to compare to the field being filtered. This value must be a string and it must be parsable as the same type as field
(e.g. integer
for MaxPlayers, datetime
for Created, etc.). The value for datetime
fields (Created, LastUpdated) must be in RFC3339 format. For example, in C# this can be achieved using the "o" format specifier: return dateTime.ToString(\"o\", DateTimeFormatInfo.InvariantInfo);
. Refer to your language documentation for other methods to generate RFC3339-compatible datetime strings.
Declaration
[Preserve]
public string Value { get; }
Property Value
Type | Description |
---|---|
string |