NamedItem.FriendlyName Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

NamedItem Class

Microsoft.TeamFoundation.Warehouse Namespace