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 flag to indicate the dynamic property to be included in the response or not.
Namespace: System.Web.OData.Formatter.Serialization
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool SelectAllDynamicProperties {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property bool SelectAllDynamicProperties {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
private: void set(bool value);
}
member SelectAllDynamicProperties : bool with get, private set
Public Property SelectAllDynamicProperties As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
See Also
SelectExpandNode Class
System.Web.OData.Formatter.Serialization Namespace
Return to top