WebReferenceOptions.Verbose 속성

정의

클라이언트 프록시 또는 서버 스텁을 컴파일하는 동안 자세한 정보 표시 경고 메시지를 생성할지 여부를 나타내는 값을 가져오거나 설정합니다 Boolean .

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

속성 값

true클라이언트 프록시 또는 서버 스텁을 컴파일하는 동안 자세한 경고 메시지가 생성될 경우 그렇지 않으면 . false

적용 대상