SelectExpandNode.SelectedDynamicProperties Property
Gets the list of dynamic properties to select.
Namespace: System.Web.OData.Formatter.Serialization
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public ISet<string> SelectedDynamicProperties {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property ISet<String^>^ SelectedDynamicProperties {
[CompilerGeneratedAttribute]
ISet<String^>^ get();
[CompilerGeneratedAttribute]
private: void set(ISet<String^>^ value);
}
member SelectedDynamicProperties : ISet<string> with get, private set
Public Property SelectedDynamicProperties As ISet(Of String)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.ISet<String>
See Also
SelectExpandNode Class
System.Web.OData.Formatter.Serialization Namespace
Return to top