ValidationResult.Tag 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 a value characterizing the result.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)
Syntax
'Declaration
PublicReadOnlyPropertyTagAs String
public string Tag { get; }
public:
property String^ Tag {
String^ get ();
}
publicfunction getTag () : String
Remarks
The meaning for a tag is determined by the client code consuming the ValidationResults.
See Also
Microsoft.Practices.EnterpriseLibrary.Validation Namespace
ValidationResults.FindAll(TagFilter, array<String>)
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. |