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
- 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.