Gets or sets a value indicating the priority of the requested box.
public bool HighPriority {get; set;}
'Declaration
Public Property HighPriority As Boolean
'Usage
Dim instance As ReqBoxProp
Dim value As Boolean
instance.HighPriority = value
value = instance.HighPriority
public:
property bool HighPriority {
bool get();
void set ( bool value);
}
Property Value
true to indicate that boxes of type
BoxType which match other elements of the request be delivered with higher priority than the image data; otherwise, false