Share via


MethodSignatureGenerator.IsGetMethod プロパティ

定義

生成されたシグネチャが DataTable オブジェクトを返す必要があるかどうかを示す値を取得または設定します。

public:
 property bool IsGetMethod { bool get(); void set(bool value); };
public bool IsGetMethod { get; set; }
member this.IsGetMethod : bool with get, set
Public Property IsGetMethod As Boolean

プロパティ値

true 生成された署名がデータ テーブルを返す必要がある場合は 。それ以外の場合は false

適用対象