IParameter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the parameter properties.
public interface class IParameter
public interface IParameter
type IParameter = interface
Public Interface IParameter
Properties
IsMultiValue |
Gets the value that specifies whether the parameter is a multivalue parameter. |
Name |
Gets the value that specifies the name of the parameter. |
Values |
Gets the value that specifies an array of parameter values. |