SynchronizationRuleExistenceTest Property |
Existence Test - Outbound attribute flows within a transformation marked as an existence tests for the Synchronization Rule.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<string> ExistenceTest { get; set; }
Public Property ExistenceTest As List(Of String)
Get
Set
public:
property List<String^>^ ExistenceTest {
List<String^>^ get ();
void set (List<String^>^ value);
}
member ExistenceTest : List<string> with get, set
Property Value
Type:
ListString
See Also