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)

Syntax
Visual Basic (Declaration)
Public Property FriendlyUseName As String
Dim instance As DimensionUse
Dim value As String
value = instance.FriendlyUseName
instance.FriendlyUseName = value
public string FriendlyUseName { get; set; }
public:
property String^ FriendlyUseName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_FriendlyUseName ()
/** @property */
public void set_FriendlyUseName (String value)
public function get FriendlyUseName () : String
public function set FriendlyUseName (value : String)

See Also