Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio Team Data Managed Ref
OutputAttribute Class

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)

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)> _
<CLSCompliantAttribute(True)> _
Public NotInheritable Class OutputAttribute
	Inherits Attribute
Visual Basic (Usage)
Dim instance As OutputAttribute
C#
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true)] 
[CLSCompliantAttribute(true)] 
public sealed class OutputAttribute : Attribute
C++
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple=false, Inherited=true)] 
[CLSCompliantAttribute(true)] 
public ref class OutputAttribute sealed : public Attribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) */ 
/** @attribute CLSCompliantAttribute(true) */ 
public final class OutputAttribute extends Attribute
JScript
AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) 
CLSCompliantAttribute(true) 
public final class OutputAttribute extends Attribute

Use this attribute to identify output properties of custom data generators. The user sees and can select these properties in the Generator Output column in the Column Details window.

System.Object
   System.Attribute
    Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.OutputAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker