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

适用于