Field.NameColumn Property

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

See Also

Reference

Field Class

Microsoft.TeamFoundation.Warehouse Namespace