OutputAttribute Class
Visual Studio 2005
The attribute used to identify the output properties of data generators.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true)] [CLSCompliantAttribute(true)] public sealed class OutputAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) */ /** @attribute CLSCompliantAttribute(true) */ public final class OutputAttribute extends Attribute