ParameterConfiguration.TypeConfiguration Property
The type of the parameter
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmTypeConfiguration TypeConfiguration {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
protected set;
}
public:
property IEdmTypeConfiguration^ TypeConfiguration {
[CompilerGeneratedAttribute]
IEdmTypeConfiguration^ get();
[CompilerGeneratedAttribute]
protected: void set(IEdmTypeConfiguration^ value);
}
member TypeConfiguration : IEdmTypeConfiguration with get, set
Public Property TypeConfiguration As IEdmTypeConfiguration
Get
Protected Set
End Property
Property Value
Type: System.Web.OData.Builder.IEdmTypeConfiguration
See Also
ParameterConfiguration Class
System.Web.OData.Builder Namespace
Return to top