Share via


CBSRequestMessage.bHighPriority property

Gets or sets 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

See also

Reference

CBSRequestMessage class

CBSRequestMessage members

Microsoft.Office.Project.Server.Library namespace