SynchronizationRuleDependency Property |
Dependency - A Synchronization Rule that must be applied to a resource before this Synchronization Rule can be applied.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic SynchronizationRule Dependency { get; set; }
Public Property Dependency As SynchronizationRule
Get
Set
public:
property SynchronizationRule^ Dependency {
SynchronizationRule^ get ();
void set (SynchronizationRule^ value);
}
member Dependency : SynchronizationRule with get, set
Property Value
Type:
SynchronizationRule
See Also