SynchronizationRuleActivity.ParametersProperty Field
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
'Usage
Dim value As DependencyProperty
value = SynchronizationRuleActivity.ParametersProperty
SynchronizationRuleActivity.ParametersProperty = value
Syntax
'Declaration
Public Shared ParametersProperty As DependencyProperty
public static DependencyProperty ParametersProperty
public:
static DependencyProperty^ ParametersProperty
public static DependencyProperty ParametersProperty
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
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
SynchronizationRuleActivity Class
SynchronizationRuleActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace