ValueProviderAttribute.ValueProviderFactoryTypes Property

 

Gets the types of object returned by the value provider factory.

Namespace:   System.Web.Http.ValueProviders
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public IEnumerable<Type> ValueProviderFactoryTypes { get; }
public:
property IEnumerable<Type^>^ ValueProviderFactoryTypes {
    IEnumerable<Type^>^ get();
}
member ValueProviderFactoryTypes : IEnumerable<Type> with get
Public ReadOnly Property ValueProviderFactoryTypes As IEnumerable(Of Type)

Property Value

Type: System.Collections.Generic.IEnumerable<Type>

A collection of types.

See Also

ValueProviderAttribute Class
System.Web.Http.ValueProviders Namespace

Return to top