Skip to main content
.NET Framework 4.5.2+

RuleBaseProperties.Id Property

Specifies the Validation Rule identifier.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v24.1.dll

Declaration

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

Property Value

Type Description
String

A string holding the Validation Rule identifier.

Implements

See Also