Share via


AndCompositeValidator.DefaultMessageTemplate Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the message template to use when logging results no message is supplied.

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

Syntax

'Declaration
ProtectedOverridesReadOnlyPropertyDefaultMessageTemplateAs String
protectedoverride string DefaultMessageTemplate { get; }
protected:
virtualproperty String^ DefaultMessageTemplate {
    String^ get () override;
}
protectedoverridefunction getDefaultMessageTemplate () : String

Remarks

This validator does not log messages of its own.

See Also

AndCompositeValidator Class

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.