Represents a multi-valued list of parameters. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim value As DependencyProperty

value = SynchronizationRuleActivity.ParametersProperty

SynchronizationRuleActivity.ParametersProperty = value

Syntax

Visual Basic
Public Shared ParametersProperty As DependencyProperty
C#
public static DependencyProperty ParametersProperty
C++
public:
static DependencyProperty^ ParametersProperty
J#
public static DependencyProperty ParametersProperty
JScript
public static var ParametersProperty : DependencyProperty

Remarks

Represents a multi-valued list of parameters that are parameters for the SynchronizationRule (referenced by the SynchronizationRuleId property) and the value that should be assigned to those parameters. This is a multi-value list in the format:[Parameter Name]:[Value] Value is typically a workflow parameter. The value must be resolved before being passed.


Platforms

Target Platforms

Windows 2008 x64 Edition

See Also