Partilhar via


ValidationProvider.SpecificationSource 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 ValidationSpecificationSource indicating where to get validation specifications from.

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

Syntax

'Declaration
<DefaultValueAttribute(ValidationSpecificationSource.Both)> _
PublicPropertySpecificationSourceAs ValidationSpecificationSource
[DefaultValueAttribute(ValidationSpecificationSource.Both)]
public ValidationSpecificationSource SpecificationSource { get; set; }
[DefaultValueAttribute(ValidationSpecificationSource::Both)]
public:
property ValidationSpecificationSource SpecificationSource {
    ValidationSpecificationSource get ();
    voidset (ValidationSpecificationSource value);
}
publicfunction getSpecificationSource () : ValidationSpecificationSource
publicfunction setSpecificationSource (value : ValidationSpecificationSource)

See Also

ValidationProvider Class

Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms 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.