ManagedParameterWrapper.Sensitive Property

Definition

Gets or sets whether the parameter contains sensitive value.

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

Property Value

True if the parameter contains sensitive value; otherwise, false.

Implements

Applies to