Edit

Share via


AxParameterData.IsOptional Property

Definition

Indicates whether the parameter data is optional.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool IsOptional { bool get(); };
public bool IsOptional { get; }
member this.IsOptional : bool
Public ReadOnly Property IsOptional As Boolean

Property Value

true if the parameter data is optional; otherwise, false.

Applies to