CBSRequestMessage.bHighPriority Property
Gets a Boolean value that indicates whether the cube build is high priority.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.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