Share via


FromUriAttribute.IsOptional Property

Definition

Gets a value indicating whether the parameter participates in ASP.NET Web API action overloading. If true, the parameter does not participate in overloading. Otherwise, it does.

public bool IsOptional { get; set; }
member this.IsOptional : bool with get, set
Public Property IsOptional As Boolean

Property Value

Applies to