ExtensionParameter.IsPassword 속성

정의

확장 프로그램 매개 변수 값이 SOAP API 호출에서 반환될지 여부를 나타내는 값을 가져옵니다.

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

속성 값

확장 프로그램 설정이 SOAP API 호출에서 제외되면 true이고, 그렇지 않으면 false입니다.

적용 대상