Aracılığıyla paylaş


IndexedProtocolEndpoint.IsDefault Özellik

Tanım

Bunun varsayılan uç nokta olup olmadığını belirten bir değer alır veya ayarlar. Bu isteğe bağlıdır.

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)

Özellik Değeri

true bu varsayılan uç noktaysa; aksi takdirde , false. olabilir null. Varsayılan değer: null.

Şunlara uygulanır