QueueStatusDataSet.StatusRow.LastAdminAction property
Specifies the unique identifier of the most recent administrator action in managing the queue.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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