ArchivedProjectsDataSet.ProjectsDataTable.Count Property
Returns a count of rows in the data table.
Namespace: [Archive Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Archive.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Archive.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As ArchivedProjectsDataSet.ProjectsDataTable
Dim value As Integer
value = instance.Count
[BrowsableAttribute(false)]
public int Count { get; }
Property Value
Type: System.Int32
See Also
Reference
ArchivedProjectsDataSet.ProjectsDataTable Class