ArcObjects Library Reference (GeoDatabaseExtensions)  

IDataMessage.Priority Property

Indictes priority of data message.

[Visual Basic .NET]
Public Property Priority As Integer
[C#]
public int Priority {get; set;}
[C++]
HRESULT get_Priority(
  Long* pVal
);
[C++]
HRESULT put_Priority(
  Long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type Long pVal [in]   pVal is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataMessage Interface