ParameterBuilder.IsOptional Property

Definition

Retrieves whether this parameter is optional.

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

Property Value

Read-only. Specifies whether this parameter is optional.

Applies to