QueueStatusDataSet.StatusRow.ServiceName property
Specifies the unique identifier associated with the queue service.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ServiceName As String
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As String
value = instance.ServiceName
instance.ServiceName = value
public string ServiceName { get; set; }
Property value
Type: System.String
See also
Reference
QueueStatusDataSet.StatusRow class