OpenPropertySegment.EdmType Property

Gets the IEdmType of this OpenPropertySegment, which is always null. The type of open properties is unknown at this time.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property EdmType As IEdmType 
    Get
'Usage
Dim instance As OpenPropertySegment 
Dim value As IEdmType 

value = instance.EdmType
public override IEdmType EdmType { get; }
public:
virtual property IEdmType^ EdmType {
    IEdmType^ get () override;
}
abstract EdmType : IEdmType 
override EdmType : IEdmType
override function get EdmType () : IEdmType

Property Value

Type: Microsoft.Data.Edm.IEdmType

See Also

Reference

OpenPropertySegment Class

Microsoft.Data.OData.Query.SemanticAst Namespace