DataTypeItem.DisplayFolderName Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace