SynchronizationRuleFlowType Property |
Data Flow Direction - A Synchronization Rule can be defined as inbound (0), outbound (1) or bi-directional (2).
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic int FlowType { get; set; }
Public Property FlowType As Integer
Get
Set
public:
property int FlowType {
int get ();
void set (int value);
}
member FlowType : int with get, set
Property Value
Type:
Int32
See Also