Condividi tramite


StepDetailLogger.Warnings Property

A list of servcing step warnings

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Warnings As List(Of ServicingStepLogEntry)
public List<ServicingStepLogEntry> Warnings { get; }
public:
property List<ServicingStepLogEntry^>^ Warnings {
    List<ServicingStepLogEntry^>^ get ();
}
member Warnings : List<ServicingStepLogEntry> with get
function get Warnings () : List<ServicingStepLogEntry>

Property Value

Type: System.Collections.Generic.List<ServicingStepLogEntry>
Returns List<T>.

.NET Framework Security

See Also

Reference

StepDetailLogger Class

Microsoft.TeamFoundation.Framework.Server Namespace