QueueStatusDataSet.StatusRow.LastAdminAction Property
Specifies the unique identifier of the most recent administrator action in managing the queue.
Namespace: [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl
Syntax
'Declaration
Public Property LastAdminAction As Integer
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer
value = instance.LastAdminAction
instance.LastAdminAction = value
public int LastAdminAction { get; set; }
Property Value
Type: System.Int32
Integer values for the LastAdminAction property are defined in the QueueConstants.AdminAction enumeration.
See Also
Reference
QueueStatusDataSet.StatusRow Class