PropertySegment(IEdmStructuralProperty) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Build a segment based on a structural property
public PropertySegment (Microsoft.OData.Edm.IEdmStructuralProperty property);
new Microsoft.OData.UriParser.PropertySegment : Microsoft.OData.Edm.IEdmStructuralProperty -> Microsoft.OData.UriParser.PropertySegment
Public Sub New (property As IEdmStructuralProperty)
Parameters
- property
- IEdmStructuralProperty
The structural property that this segment represents.
Exceptions
Throws if the input property is null.