Back to Devexpress

IRuleBaseProperties.Id Property

expressappframework-devexpress-dot-persistent-dot-validation-dot-irulebaseproperties-36ddbfc5.md

latest1.5 KB
Original Source

IRuleBaseProperties.Id Property

Specifies the Validation Rule identifier.

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
[Required]
string Id { get; set; }
vb
<Required>
Property Id As String

Property Value

TypeDescription
String

A string holding the Validation Rule identifier.

|

Remarks

This property has the RulePropertiesRequired attribute applied. So, the corresponding property of the Application Model cannot be empty.

See Also

IRuleBaseProperties Interface

IRuleBaseProperties Members

DevExpress.Persistent.Validation Namespace