CssIterationAttribute Class
Visual Studio 2005
Represents the project iteration to which this test corresponds. This class cannot be inherited.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false)] public sealed class CssIterationAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) */ public final class CssIterationAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) public final class CssIterationAttribute extends Attribute
Use this attribute to link a test with the project iteration. Marking a test with this attribute is useful for reporting test information corresponding to the stage of the project lifecycle.
You can specify this attribute on a class. You can apply only one instance of this attribute to a class.
For more information about using attributes, see Extending Metadata Using Attributes.