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 the value of the $inlinecount in a parsed form.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public InlineCountValue Value { get; }
public:
property InlineCountValue Value {
InlineCountValue get();
}
member Value : InlineCountValue with get
Public ReadOnly Property Value As InlineCountValue
Property Value
Type: System.Web.Http.OData.Query.InlineCountValue
See Also
InlineCountQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top