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 IEdmProperty for the current node.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmProperty Property {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEdmProperty^ Property {
[CompilerGeneratedAttribute]
IEdmProperty^ get();
[CompilerGeneratedAttribute]
private: void set(IEdmProperty^ value);
}
member Property : IEdmProperty with get, private set
Public Property Property As IEdmProperty
Get
Private Set
End Property
Property Value
Type: Microsoft.Data.Edm.IEdmProperty
See Also
OrderByPropertyNode Class
System.Web.Http.OData.Query Namespace
Return to top