ODataRawQueryOptions.Expand Property
Gets the raw $expand query value from the incoming request URI if exists.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Property Expand As String
Get
Friend Set
'Usage
Dim instance As ODataRawQueryOptions
Dim value As String
value = instance.Expand
public string Expand { get; internal set; }
public:
property String^ Expand {
String^ get ();
internal: void set (String^ value);
}
member Expand : string with get, internal set
function get Expand () : String
internal function set Expand (value : String)
Property Value
Type: System.String
The raw $expand query value from the incoming request URI.