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 DimensionName As String
Dim instance As DimensionUse
Dim value As String
value = instance.DimensionName
instance.DimensionName = value
public string DimensionName { get; set; }
public:
property String^ DimensionName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DimensionName ()
/** @property */
public void set_DimensionName (String value)
public function get DimensionName () : String
public function set DimensionName (value : String)