ValidatorData.MessageTemplate 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 or sets the message template to use when logging validation results.

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

Syntax

'Declaration
<ConfigurationPropertyAttribute("messageTemplate")> _
PublicPropertyMessageTemplateAs String
[ConfigurationPropertyAttribute("messageTemplate")]
public string MessageTemplate { get; set; }
[ConfigurationPropertyAttribute(L"messageTemplate")]
public:
property String^ MessageTemplate {
    String^ get ();
    voidset (String^ value);
}
publicfunction getMessageTemplate () : String
publicfunction setMessageTemplate (value : String)

Remarks

Either the MessageTemplate or the pair MessageTemplateResourceName and MessageTemplateResourceTypeName can be used to provide a message template for the represented validator.

If both the template and the resource reference are specified, the template will be used.

See Also

ValidatorData Class

Microsoft.Practices.EnterpriseLibrary.Validation.Configuration Namespace

ValidatorData.MessageTemplateResourceName

ValidatorData.MessageTemplateResourceTypeName

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.