CBSRequestMessage.bHighPriority Property
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property bHighPriority As Boolean
Get
Set
'Usage
Dim instance As CBSRequestMessage
Dim value As Boolean
value = instance.bHighPriority
instance.bHighPriority = value
public bool bHighPriority { get; set; }
Property Value
Type: System.Boolean