ServicingStepGroup.ExecutionHandlers Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ServicingStepGroup Class

Microsoft.TeamFoundation.Framework.Server Namespace