Share via


IActivityFilter.WithEnumBrowser Method

Use this method to include a enum browser.

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

Usage

'Usage
Dim instance As IActivityFilter
Dim type As Type
Dim returnValue As IActivityFilter

returnValue = instance.WithEnumBrowser(type)

Syntax

'Declaration
Function WithEnumBrowser ( _
    type As Type _
) As IActivityFilter
IActivityFilter WithEnumBrowser (
    Type type
)
IActivityFilter^ WithEnumBrowser (
    Type^ type
)
IActivityFilter WithEnumBrowser (
    Type type
)
function WithEnumBrowser (
    type : Type
) : IActivityFilter

Parameters

  • type

Return Value

Returns IActivityFilter.

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

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