QueueStatusDataSet.StatusRow.ServiceName Property
Specifies the unique identifier associated with the queue service.
Namespace: [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl
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