IndexedProtocolEndpoint.IsDefault プロパティ

定義

これが既定のエンドポイントかどうかを示す値を取得または設定します。 これはオプションです。

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)

プロパティ値

これが既定のエンドポイントである場合は true、それ以外の場合は falsenull の可能性があります。 既定値は、null です。

適用対象