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.
Get all dynamic properties
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public Dictionary<string, object> TryGetDynamicProperties()
public:
Dictionary<String^, Object^>^ TryGetDynamicProperties()
member TryGetDynamicProperties : unit -> Dictionary<string, Object>
Public Function TryGetDynamicProperties As Dictionary(Of String, Object)
Return Value
Type: System.Collections.Generic.Dictionary<String, Object>
See Also
EdmStructuredObject Class
System.Web.OData Namespace
Return to top