Share via


Warning.Severity Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Severity As String
'Usage
Dim instance As Warning 
Dim value As String 

value = instance.Severity

instance.Severity = value
public string Severity { get; set; }
public:
property String^ Severity {
    String^ get ();
    void set (String^ value);
}
public function get Severity () : String 
public function set Severity (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Warning Class

Warning Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace