IServerConnectionInformation.SupportDetails プロパティ

定義

指定した詳細がサーバー接続でサポートされているかどうかを示す値を取得します。

public:
 property bool SupportDetails { bool get(); };
public bool SupportDetails { get; }
member this.SupportDetails : bool
Public ReadOnly Property SupportDetails As Boolean

プロパティ値

指定した詳細がサーバー接続でサポートされている場合は true、それ以外の場合は false です。

適用対象