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 property metadata.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyMetadata As IDictionary(Of String, ModelMetadata)
Get
'Usage
Dim instance As ModelBindingContext
Dim value As IDictionary(Of String, ModelMetadata)
value = instance.PropertyMetadata
public IDictionary<string, ModelMetadata> PropertyMetadata { get; }
public:
property IDictionary<String^, ModelMetadata^>^ PropertyMetadata {
IDictionary<String^, ModelMetadata^>^ get ();
}
member PropertyMetadata : IDictionary<string, ModelMetadata>
function get PropertyMetadata () : IDictionary<String, ModelMetadata>
Property Value
Type: System.Collections.Generic.IDictionary<String, ModelMetadata>
The property metadata.