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.
Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)
Overload List
| Name | Description | |
|---|---|---|
| .jpeg) | PropertyAccessPathSegment(IEdmProperty) | Initializes a new instance of the PropertyAccessPathSegment class. | 
| .jpeg) | PropertyAccessPathSegment(String) | Initializes a new instance of the PropertyAccessPathSegment class. | 
See Also
PropertyAccessPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top
PropertyAccessPathSegment Constructor (IEdmProperty)
Initializes a new instance of the PropertyAccessPathSegment class.
Syntax
public PropertyAccessPathSegment(
    IEdmProperty property
)
public:
PropertyAccessPathSegment(
    IEdmProperty^ property
)
new : 
        property:IEdmProperty -> PropertyAccessPathSegment
Public Sub New (
    property As IEdmProperty
)
Parameters
- property 
 Type: Microsoft.Data.Edm.IEdmProperty- The property being accessed by this segment. 
Return to top
PropertyAccessPathSegment Constructor (String)
Initializes a new instance of the PropertyAccessPathSegment class.
Syntax
public PropertyAccessPathSegment(
    string propertyName
)
public:
PropertyAccessPathSegment(
    String^ propertyName
)
new : 
        propertyName:string -> PropertyAccessPathSegment
Public Sub New (
    propertyName As String
)
Parameters
- propertyName 
 Type: System.String- Name of the property. 
Return to top