ParameterInfo.Sensitive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.