OrderByOpenPropertyNode.PropertyName Property

 

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