ManagedParameterWrapper.Sensitive 属性

定义

获取或设置参数是否包含敏感值。

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

属性值

如果参数包含敏感值,则为 True;否则为 false。

实现

适用于