 | SynchronizationConfigurationSectionSubscriptions Property |
Gets or sets the subscriptions which are active for this configuration
Namespace: SanteDB.Client.Disconnected.Data.Synchronization.ConfigurationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic List<Guid> Subscriptions { get; set; }Public Property Subscriptions As List(Of Guid)
Get
Set
public:
property List<Guid>^ Subscriptions {
List<Guid>^ get ();
void set (List<Guid>^ value);
}member Subscriptions : List<Guid> with get, set
Property Value
ListGuid
See Also