This document is archived and information here might be outdated. Recommended version. |
An array of IDs indicating how agents should be ordered.
[Visual Basic .NET] Public Property SnapAgentOrder As IArray
[C#] public IArray SnapAgentOrder {get; set;}
[C++]
HRESULT get_SnapAgentOrder(
IArray* guids
);
[C++]
HRESULT put_SnapAgentOrder(
IArray** guids
);
[C++] Parameters guids [in]
guids is a parameter of type IArray* guids [out, retval]
guids is a parameter of type IArray**