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.

적용 대상