InlineCountQueryOption.Value Property
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
'Declaration
Public ReadOnly Property Value As InlineCountValue
Get
'Usage
Dim instance As InlineCountQueryOption
Dim value As InlineCountValue
value = instance.Value
public InlineCountValue Value { get; }
public:
property InlineCountValue Value {
InlineCountValue get ();
}
member Value : InlineCountValue
function get Value () : InlineCountValue
Property Value
Type: System.Web.Http.OData.Query.InlineCountValue