Edit

Share via


IndexedProtocolEndpoint.IsDefault Property

Definition

Gets or sets a value that indicates whether this is the default endpoint. This is optional.

public:
 property Nullable<bool> IsDefault { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsDefault { get; set; }
member this.IsDefault : Nullable<bool> with get, set
Public Property IsDefault As Nullable(Of Boolean)

Property Value

true if this is the default endpoint; otherwise, false. Can be null. The default is null.

Applies to