IInputCollection Interface

Use the IInputCollection interface to access the input values provided by Orchestrator as part of a request to execute an Activity.

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

Usage

'Usage
Dim instance As IInputCollection

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Interface IInputCollection
    Inherits IEnumerable(Of KeyValuePair(Of String, IRuntimeValue)), IEnumerable
[DefaultMemberAttribute("Item")] 
public interface IInputCollection : IEnumerable<KeyValuePair<string,IRuntimeValue>>, IEnumerable
[DefaultMemberAttribute(L"Item")] 
public interface class IInputCollection : IEnumerable<KeyValuePair<String^, IRuntimeValue^>>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public interface IInputCollection extends IEnumerable<KeyValuePair<String,IRuntimeValue>>, 
    IEnumerable
DefaultMemberAttribute("Item") 
public interface IInputCollection extends IEnumerable<KeyValuePair<String,IRuntimeValue>>, 
    IEnumerable

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

IInputCollection Members
Microsoft.SystemCenter.Orchestrator.Integration Namespace