SynchronizationRuleCreateConnectedSystemObject Property |
Create External System Resource - Indicates if an external system resource is created if the relationship criteria is not met.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic bool CreateConnectedSystemObject { get; set; }
Public Property CreateConnectedSystemObject As Boolean
Get
Set
public:
property bool CreateConnectedSystemObject {
bool get ();
void set (bool value);
}
member CreateConnectedSystemObject : bool with get, set
Property Value
Type:
Boolean
See Also