Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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).