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:
Reference for Team Foundation Server SDK
DimensionUse.UseName Property

This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation (in microsoft.teamfoundation.dll)

Visual Basic (Declaration)
Public Property UseName As String
Visual Basic (Usage)
Dim instance As DimensionUse
Dim value As String

value = instance.UseName

instance.UseName = value
C#
public string UseName { get; set; }
C++
public:
property String^ UseName {
	String^ get ();
	void set (String^ value);
}
J#
/** @property */
public String get_UseName ()

/** @property */
public void set_UseName (String value)
JScript
public function get UseName () : String

public function set UseName (value : String)
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 | Site Feedback
Page view tracker