This is used for Dimension Fields: the name of the NameColumn for this item in the Cube. Null or Empty String indicates no special NameColumn.
Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property NameColumn As String
public string NameColumn { get; set; }
public:
property String^ NameColumn {
    String^ get ();
    void set (String^ value);
}
member NameColumn : string with get, set
function get NameColumn () : String 
function set NameColumn (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.