QueueStatusDataSet.StatusRow.ServerId property
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ServerId As Guid
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Guid
value = instance.ServerId
instance.ServerId = value
public Guid ServerId { get; set; }
Property value
Type: System.Guid
See also
Reference
QueueStatusDataSet.StatusRow class