| QueueExhaustedEventArgsObjects Property |
Gets or sets the object keys
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public 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
Type:
IEnumerableGuidSee Also