QueueStatusDataSet.StatusRow.ServiceName Property
Specifies the unique identifier associated with the queue service.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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