Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value associated with the specified key.
Namespace: System.Web.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public object this[
string key
] { get; set; }
public:
property Object^ default[
String^ key
] {
Object^ get(String^ key);
void set(String^ key, Object^ value);
}
member Item :
key:string -> Object with get, set
Public Property Item (
key As String
) As Object
Parameters
key
Type: System.StringThe key of the value to get or set.
Property Value
Type: System.Object
See Also
ETag Class
System.Web.Http.OData.Formatter Namespace
Return to top