IParameter.IsMultiValue Property
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.
Gets the value that specifies whether the parameter is a multivalue parameter.
public:
property bool IsMultiValue { bool get(); };
public bool IsMultiValue { get; }
member this.IsMultiValue : bool
Public ReadOnly Property IsMultiValue As Boolean
Property Value
A value that specifies whether the parameter is a multivalue parameter.
Remarks
This property returns true
if the parameter is a multivalue parameter; otherwise, the property returns false
.