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
.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.