ModelBindingContext.PropertyMetadata Property

 

Gets the property metadata.

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

Syntax

public IDictionary<string, ModelMetadata> PropertyMetadata { get; }
public:
property IDictionary<String^, ModelMetadata^>^ PropertyMetadata {
    IDictionary<String^, ModelMetadata^>^ get();
}
member PropertyMetadata : IDictionary<string, ModelMetadata> with get
Public ReadOnly Property PropertyMetadata As IDictionary(Of String, ModelMetadata)

Property Value

Type: System.Collections.Generic.IDictionary<String, ModelMetadata>

The property metadata.

See Also

ModelBindingContext Class
System.Web.Http.ModelBinding Namespace

Return to top