Udostępnij za pośrednictwem


IndexedProtocolEndpoint.IsDefault Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy jest to domyślny punkt końcowy. Jest to opcjonalne.

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)

Wartość właściwości

true jeśli jest to domyślny punkt końcowy; w przeciwnym razie , false. Może to być null. Wartość domyślna to null.

Dotyczy