 | PushNotificationEventArgsKey Property |
The unique identifier of the object which was updated
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic Guid Key { get; set; }
Public Property Key As Guid
Get
Set
public:
property Guid Key {
Guid get ();
void set (Guid value);
}
member Key : Guid with get, set
Property Value
Type:
Guid
See Also