This document is archived and information here might be outdated. Recommended version. |
Priority of data in queue.
[Visual Basic .NET]
Public Property Priority As Integer
[C#]
public int Priority {get; set;}
[C++]
HRESULT get_Priority(
System.Int32* pVal
);
[C++]
HRESULT put_Priority(
Long pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type int* pVal [in]
pVal is a parameter of type int