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
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);
}
/** @property */
public String get_UseName ()
/** @property */
public void set_UseName (String value)
public function get UseName () : String
public function set UseName (value : String)