PriorityOrOverride Property
In This Topic
Returns the
PriorityOverride if it has a value, or the
Priority otherwise.
Syntax
'Declaration
Public ReadOnly Property PriorityOrOverride As Integer
public int PriorityOrOverride {get;}
public:
property int PriorityOrOverride {
int get();
}
See Also