ODataUnresolvedFunctionParameterAlias.Type Property

The EDM type of the parameter represented by this alias.

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

Syntax

'Declaration
Public Property Type As IEdmTypeReference 
    Get 
    Private Set
'Usage
Dim instance As ODataUnresolvedFunctionParameterAlias 
Dim value As IEdmTypeReference 

value = instance.Type
public IEdmTypeReference Type { get; private set; }
public:
property IEdmTypeReference^ Type {
    IEdmTypeReference^ get ();
    private: void set (IEdmTypeReference^ value);
}
member Type : IEdmTypeReference with get, private set
function get Type () : IEdmTypeReference 
private function set Type (value : IEdmTypeReference)

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference

See Also

Reference

ODataUnresolvedFunctionParameterAlias Class

Microsoft.Data.OData.Query.SemanticAst Namespace