Optional naming template to use for this dimension in the cube. This is only useful for hierarchies.
Format: {Level 0};{Level 1};...
Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property NamingTemplate As String
public string NamingTemplate { get; set; }
public:
property String^ NamingTemplate {
    String^ get ();
    void set (String^ value);
}
member NamingTemplate : string with get, set
function get NamingTemplate () : String 
function set NamingTemplate (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.