QueueStatusDataSet.StatusRow.LastAdminAction Property

Specifies the unique identifier of the most recent administrator action in managing the queue.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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 LastAdminAction are defined in the QueueConstants.AdminAction enumeration.

See Also

Reference

QueueStatusDataSet.StatusRow Class

QueueStatusDataSet.StatusRow Members

WebSvcQueueSystem Namespace