Parameters Collection

A collection of Parameter objects, which are parameters for a domain command.

Properties

Count

Methods

Index

Remarks

This collection is read-only. A particular instance of a domain command may not specify all possible parameters. For example, the domain command “Increase salaries by raise amounts” contains two parameters: salaries and raise amounts. If the user says, “Increase Sue’s salary by $1000,” the resulting DomandCmd object will contain both parameters. However, if the user says, “Increase Sue’s salary,” the DomainCmd will have only one parameter, while “Increase the salaries” will have no parameters.

See Also

DomainCmd Object Parameter Object,


(c) 1996-1998 Microsoft Corporation. All Rights Reserved.