PropertyValidationResult.ElementId Property
The ElementId 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 Overrides ReadOnly Property ElementId As Guid
public override Guid ElementId { get; }
public:
virtual property Guid ElementId {
Guid get () override;
}
public override function get ElementId () : Guid
See Also
PropertyValidationResult Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace