ValidationExceptionItemPropertyName Property |
Gets or sets the name of the property.
Namespace:
Xcalibur.Extensions.MVVM.Models
Assembly:
Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string PropertyName { get; set; }
Public Property PropertyName As String
Get
Set
public:
virtual property String^ PropertyName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract PropertyName : string with get, set
override PropertyName : string with get, set
Property Value
Type:
String
The name of the property.
Implements
IValidationExceptionItemPropertyNameSee Also