Skip to main content

IRule.Id Property

Returns the identifier of the current rule.

Namespace: DevExpress.Persistent.Validation

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

NuGet Package: DevExpress.Persistent.Base

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