Share via


DimensionUse.UseName Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property UseName As String
'Usage
Dim instance As DimensionUse 
Dim value As String 

value = instance.UseName

instance.UseName = value
public string UseName { get; set; }
public:
property String^ UseName {
    String^ get ();
    void set (String^ value);
}
public function get UseName () : String 
public function set UseName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DimensionUse Class

DimensionUse Members

Microsoft.TeamFoundation.Warehouse Namespace