DataTypeItem.DisplayFolderName Property

The name of the Display Folder for this item in the Cube. Null or Empty String indicates no folder.

Currently Display Folders are not translated.

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
Returns String.

.NET Framework Security

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace