RowSet.RowCount Property

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

Syntax

'Declaration
Public ReadOnly Property RowCount As Integer
public int RowCount { get; }
public:
virtual property int RowCount {
    int get () sealed;
}
abstract RowCount : int
override RowCount : int
final function get RowCount () : int

Property Value

Type: System.Int32

Implements

IRowSet.RowCount

.NET Framework Security

See Also

Reference

RowSet Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace