Dimension.ParentIdFriendlyName Property

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Dimension Class

Microsoft.TeamFoundation.Warehouse Namespace