Jaa


PropertyValidationResult.ElementName Property

The name of the element. If the result is not element specific, this may return Empty()

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 ElementName As String
public override string ElementName { get; }
public:
virtual property String^ ElementName {
    String^ get () override;
}
public override function get ElementName () : String

See Also

PropertyValidationResult Class

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