RowSet.ColumnCount Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)

Syntax

‘선언
Public ReadOnly Property ColumnCount As Integer
    Get
public int ColumnCount { get; }
public:
virtual property int ColumnCount {
    int get () sealed;
}
abstract ColumnCount : int
override ColumnCount : int
final function get ColumnCount () : int

Property Value

Type: System.Int32

Implements

IRowSet.ColumnCount

.NET Framework Security

See Also

Reference

RowSet Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace