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