Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the problem severity detected by the rule.
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Severity As ProblemSeverity
'Usage
Dim instance As RuleSetting
Dim value As ProblemSeverity
value = instance.Severity
instance.Severity = value
public ProblemSeverity Severity { get; internal set; }
public:
property ProblemSeverity Severity {
ProblemSeverity get ();
void set (ProblemSeverity value);
}
public function get Severity () : ProblemSeverity
public function set Severity (value : ProblemSeverity)
Property Value
Type: Microsoft.Data.Schema.StaticCodeAnalysis.ProblemSeverity
Returns a ProblemSeverity enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.