SelectExpandQueryOption.RawExpand Property
Gets the raw expand value.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Property RawExpand As String
Get
Private Set
'Usage
Dim instance As SelectExpandQueryOption
Dim value As String
value = instance.RawExpand
public string RawExpand { get; private set; }
public:
property String^ RawExpand {
String^ get ();
private: void set (String^ value);
}
member RawExpand : string with get, private set
function get RawExpand () : String
private function set RawExpand (value : String)
Property Value
Type: System.String
The raw expand value.