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 name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyName As String
Get
public string PropertyName { get; }
public:
property String^ PropertyName {
String^ get ();
}
Property Value
Type: System.String
The property name.
Remarks
If the model is not a property, the value of PropertyName is null reference (Nothing in Visual Basic).