Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.