ValidationElement.Enabled 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. |
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WCF
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WCF (in Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WCF.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("enabled", DefaultValue := True, IsRequired := False)> _
PublicPropertyEnabledAs Boolean
[ConfigurationPropertyAttribute("enabled", DefaultValue = true, IsRequired = false)]
public bool Enabled { get; set; }
[ConfigurationPropertyAttribute(L"enabled", DefaultValue = true, IsRequired = false)]
public:
property bool Enabled {
bool get ();
voidset (bool value);
}
publicfunction getEnabled () : boolean
publicfunction setEnabled (value : boolean)
See Also
Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WCF 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. |