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 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