 | QueueExhaustedEventArgsObjects Property |
Gets or sets the object keys
Namespace: SanteDB.Client.Disconnected.Data.SynchronizationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic IEnumerable<Guid> Objects { get; }Public ReadOnly Property Objects As IEnumerable(Of Guid)
Get
public:
property IEnumerable<Guid>^ Objects {
IEnumerable<Guid>^ get ();
}member Objects : IEnumerable<Guid> with get
Property Value
IEnumerableGuid
See Also