CBSRequestMessage.bHighPriority property
Reservado para uso interno.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property bHighPriority As Boolean
Get
Set
'Uso
Dim instance As CBSRequestMessage
Dim value As Boolean
value = instance.bHighPriority
instance.bHighPriority = value
public bool bHighPriority { get; set; }
Property value
Type: System.Boolean