Back to Devexpress

IRule.Id Property

expressappframework-devexpress-dot-persistent-dot-validation-dot-irule-7328386e.md

latest1.4 KB
Original Source

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

csharp
string Id { get; }
vb
ReadOnly Property Id As String

Property Value

TypeDescription
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

IRule Interface

IRule Members

DevExpress.Persistent.Validation Namespace