ParameterInfo.Sensitive Property

Definition

Gets a value that indicates whether the current parameter contains a sensitive value. If this value is true, the project or package containing this parameter must be encrypted before saved to any kind of storages.

public:
 property bool Sensitive { bool get(); };
public bool Sensitive { get; }
member this.Sensitive : bool
Public ReadOnly Property Sensitive As Boolean

Property Value

true if the current parameter contains a sensitive value; otherwise, false.

Applies to