InlineCountQueryOption.RawValue Property
Gets the raw $inlinecount value.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public string RawValue {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property String^ RawValue {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
private: void set(String^ value);
}
member RawValue : string with get, private set
Public Property RawValue As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
InlineCountQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top