RestrictionMessage Property
Gets the restriction message of this constraint. If Resolve returns a value of PropertyConstraint.ResolveResult.Failed, then the RestrictionMessage will contain a string which describes the failure.
Syntax
public abstract System.string RestrictionMessage {get;}Public MustOverride ReadOnly Property RestrictionMessage As System.String