Skip to main content
.NET Framework 4.5.2+

IRule.Id Property

Returns the identifier of the current rule.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

string Id { get; }

Property Value

Type Description
String

A string value representing the current rule’s identifier.

Remarks

When implementing the IRule interface, return a unique identifier of the current Rule. Generally, the IRule.PropertiesIRuleBaseProperties.Id value should be returned.

See Also