Skip to main content
.NET 6.0+

ContextIdentifier.Id Property

Specifies the validation context identified by the current ContextIdentifier.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public string Id { get; }

Property Value

Type Description
String

A string which is a validation context identified by the ContextIdentifier.

See Also