Jaa


PropertyValidationResult.PropertyName Property

Gets the property name of the failed validation.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property PropertyName As String
public override string PropertyName { get; }
public:
virtual property String^ PropertyName {
    String^ get () override;
}
public override function get PropertyName () : String

Field Value

The property name of the failed validation.

See Also

PropertyValidationResult Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace