Microsoft SDK for Java

getParameter

This method of the Command class has the following signatures:

getParameter(int n)
getParameter(String n)

getParameter(int n)

Retrieves a parameter of a Command object.

Syntax

public com.ms.wfc.data.Parameter getParameter(int n);

Return Value

Returns a Parameter object.

Parameters

n An integer representing the Command object parameter.

getParameter(String n)

Syntax

public com.ms.wfc.data.Parameter getParameter(String n);

Return Value

Returns a Parameter object.

Parameters

n A string representing the Command object parameter.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.