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.
The name of the dynamic property
Namespace: System.Web.OData.Query
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public string PropertyName {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property String^ PropertyName {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
private: void set(String^ value);
}
member PropertyName : string with get, private set
Public Property PropertyName As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
OrderByOpenPropertyNode Class
System.Web.OData.Query Namespace
Return to top