Share via


ElementValidationResult.ElementId Property

Gets the ElementId of the element associated with this ValidationResult.

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

Field Value

The ElementId of the element associated with this ValidationResult.

See Also

ElementValidationResult Class

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