 | SynchronizationConfigurationSectionPollIntervalXml Property |
Time between polling requests
Namespace: SanteDB.Client.Disconnected.Data.Synchronization.ConfigurationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic string PollIntervalXml { get; set; }Public Property PollIntervalXml As String
Get
Set
public:
property String^ PollIntervalXml {
String^ get ();
void set (String^ value);
}member PollIntervalXml : string with get, set
Property Value
String
See Also