Share via


IValidationRuleViolation.Code Property

Definition

Gets the error code associated with the validation violation.

public:
 property System::String ^ Code { System::String ^ get(); };
public string Code { get; }
member this.Code : string
Public ReadOnly Property Code As String

Property Value

A string representing the error code.

Remarks

This property should always have a value.

Applies to