ODataComplexPropertySegment(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.
Initializes a new instance of the ODataComplexPropertySegment class.
public ODataComplexPropertySegment(Microsoft.OData.Edm.IEdmStructuralProperty property);
new Microsoft.OpenApi.OData.Edm.ODataComplexPropertySegment : Microsoft.OData.Edm.IEdmStructuralProperty -> Microsoft.OpenApi.OData.Edm.ODataComplexPropertySegment
Public Sub New (property As IEdmStructuralProperty)
Parameters
- property
- IEdmStructuralProperty
The complex type property.