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.
Specifies the type of message in a queue job status request.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MessageType As Integer
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer
value = instance.MessageType
instance.MessageType = value
public int MessageType { get; set; }
Property value
Type: System.Int32
Remarks
Integer values for the MessageType property are defined in the QueueMsgType enumeration. For queue status results that show MessageType, see ReadJobStatus.
See also
Reference
QueueStatusDataSet.StatusRow class