SynchronizationRuleSynchronizationRuleParameters Property |
Synchronization Rule Parameters - These are parameters which require values to be provided from the workflow that adds the Synchronization Rule to a resource.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<string> SynchronizationRuleParameters { get; set; }
Public Property SynchronizationRuleParameters As List(Of String)
Get
Set
public:
property List<String^>^ SynchronizationRuleParameters {
List<String^>^ get ();
void set (List<String^>^ value);
}
member SynchronizationRuleParameters : List<string> with get, set
Property Value
Type:
ListString
See Also