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 property property being accessed by this segment.
Namespace: System.Web.Http.OData.Routing
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
PropertyAccessPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top