Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the property metadata.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyMetadata As IDictionary(Of String, ModelMetadata)
Get
public IDictionary<string, ModelMetadata> PropertyMetadata { get; }
public:
property IDictionary<String^, ModelMetadata^>^ PropertyMetadata {
IDictionary<String^, ModelMetadata^>^ get ();
}
Property Value
Type: System.Collections.Generic.IDictionary<String, ModelMetadata>
The property metadata.