ValidationResult.ElementName Property
The name of the element. If the error 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 Overridable ReadOnly Property ElementName As String
public virtual string ElementName { get; }
public:
virtual property String^ ElementName {
String^ get ();
}
public function get ElementName () : String
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace