TestToolsTask.StandardErrorImportance Property

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'宣言
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
Public Property StandardErrorImportance As String
    Get
    Set
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
public string StandardErrorImportance { get; set; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
public:
property String^ StandardErrorImportance {
    String^ get ();
    void set (String^ value);
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
member StandardErrorImportance : string with get, set
function get StandardErrorImportance () : String
function set StandardErrorImportance (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TestToolsTask Class

Microsoft.TeamFoundation.Build.Tasks Namespace