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.
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
'Declaration
Public ReadOnly Property ValueProviderFactoryTypes As IEnumerable(Of Type)
Get
'Usage
Dim instance As ValueProviderAttribute
Dim value As IEnumerable(Of Type)
value = instance.ValueProviderFactoryTypes
public IEnumerable<Type> ValueProviderFactoryTypes { get; }
public:
property IEnumerable<Type^>^ ValueProviderFactoryTypes {
IEnumerable<Type^>^ get ();
}
member ValueProviderFactoryTypes : IEnumerable<Type>
function get ValueProviderFactoryTypes () : IEnumerable<Type>
Property Value
Type: System.Collections.Generic.IEnumerable<Type>
A collection of types.