ValidationResult.ElementId Property
The ElementViewModel reference of the containing element producing the valiation error.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ElementId As Guid
public abstract Guid ElementId { get; }
public:
virtual property Guid ElementId {
Guid get () abstract;
}
public abstract function get ElementId () : Guid
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace