Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The type of the parameter
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.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.Http.OData.Builder.IEdmTypeConfiguration
See Also
ParameterConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top