Skip to main content
.NET 6.0+

RuleBaseProperties.Id Property

Specifies the Validation Rule identifier.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(0)]
public string Id { get; set; }

Property Value

Type Description
String

A string holding the Validation Rule identifier.

Implements

See Also