 | PushNotificationEventArgsResource Property |
The type of resource the push is about
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic string Resource { get; set; }
Public Property Resource As String
Get
Set
public:
property String^ Resource {
String^ get ();
void set (String^ value);
}
member Resource : string with get, set
Property Value
Type:
String
See Also