Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new StatusRow in the StatusDataTable.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewStatusRow As QueueStatusDataSet.StatusRow
'Usage
Dim instance As QueueStatusDataSet.StatusDataTable
Dim returnValue As QueueStatusDataSet.StatusRow
returnValue = instance.NewStatusRow()
public QueueStatusDataSet.StatusRow NewStatusRow()
Return value
Type: WebSvcQueueSystem.QueueStatusDataSet.StatusRow
See also
Reference
QueueStatusDataSet.StatusDataTable class