IParameter.IsMultiValue Property

Definition

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.

Applies to