Share via


DimensionUse.DimensionName Property

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

Syntax

'Declaration
Public Property DimensionName As String
public string DimensionName { get; set; }
public:
property String^ DimensionName {
    String^ get ();
    void set (String^ value);
}
member DimensionName : string with get, set
function get DimensionName () : String 
function set DimensionName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DimensionUse Class

Microsoft.TeamFoundation.Warehouse Namespace