Share via


IActivityInput.WithListBrowser Method (IEnumerable)

Use this method to include a list browser with the specified items.

Namespace: Microsoft.SystemCenter.Orchestrator.Integration
Assembly: Microsoft.SystemCenter.Orchestrator.Integration (in Microsoft.SystemCenter.Orchestrator.Integration.dll)

Usage

'Usage
Dim instance As IActivityInput
Dim options As IEnumerable
Dim returnValue As IActivityInput

returnValue = instance.WithListBrowser(options)

Syntax

'Declaration
Function WithListBrowser ( _
    options As IEnumerable _
) As IActivityInput
IActivityInput WithListBrowser (
    IEnumerable options
)
IActivityInput^ WithListBrowser (
    IEnumerable^ options
)
IActivityInput WithListBrowser (
    IEnumerable options
)
function WithListBrowser (
    options : IEnumerable
) : IActivityInput

Parameters

  • options
    The items to display in the list browser.

Return Value

Returns IActivityInput.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

IActivityInput Interface
IActivityInput Members
Microsoft.SystemCenter.Orchestrator.Integration Namespace