ValueValidator<T>.DefaultNonNegatedMessageTemplate Property

Gets the Default Message Template when the validator is non negated.

Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Validators
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

protected abstract string DefaultNonNegatedMessageTemplate { get; }
'Declaration
Protected MustOverride ReadOnly Property DefaultNonNegatedMessageTemplate As String
    Get
protected:
virtual property String^ DefaultNonNegatedMessageTemplate {
    String^ get () abstract;
}

Property Value

Type: String

See Also

ValueValidator<T> Class

ValueValidator<T> Members

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace