Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the column index for which the two result node instances are compared.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
void SetColumnIndex(
int index
)
void SetColumnIndex(
int index
)
abstract SetColumnIndex :
index:int -> unit
Sub SetColumnIndex (
index As Integer
)
Parameters
index
Type: System.Int32The column index for which the two result node instances are compared.
See Also
IResultNodeComparer Interface
Microsoft.ManagementConsole Namespace
Return to top