Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ContextIdentifier.Id Property

Specifies the validation context identified by the current ContextIdentifier.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v19.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