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 severity of the problem.
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 Problem
Dim value As ProblemSeverity
value = instance.Severity
instance.Severity = value
public ProblemSeverity Severity { get; 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 value defined in the ProblemSeverity enumeration.
.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.