DynamicPropertyPathSegment Constructor (String)
Initializes a new instance of the DynamicPropertyPathSegment class.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public DynamicPropertyPathSegment(
string propertyName
)
public:
DynamicPropertyPathSegment(
String^ propertyName
)
new :
propertyName:string -> DynamicPropertyPathSegment
Public Sub New (
propertyName As String
)
Parameters
propertyName
Type: System.StringThe name of the dynamic property.
See Also
DynamicPropertyPathSegment Class
System.Web.OData.Routing Namespace
Return to top