IActivityInput.WithDefaultValue Method
Use this method to set a default value when initialing displaying the input in the OIS client.
Namespace: Microsoft.SystemCenter.Orchestrator.Integration
Assembly: Microsoft.SystemCenter.Orchestrator.Integration (in Microsoft.SystemCenter.Orchestrator.Integration.dll)
Usage
'Usage
Dim instance As IActivityInput
Dim defaultValue As Object
Dim returnValue As IActivityInput
returnValue = instance.WithDefaultValue(defaultValue)
Syntax
'Declaration
Function WithDefaultValue ( _
defaultValue As Object _
) As IActivityInput
IActivityInput WithDefaultValue (
Object defaultValue
)
IActivityInput^ WithDefaultValue (
Object^ defaultValue
)
IActivityInput WithDefaultValue (
Object defaultValue
)
function WithDefaultValue (
defaultValue : Object
) : IActivityInput
Parameters
- defaultValue
The default value for this input.
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