| SerializationContextLoadedProperties Property |
Loaded properties
Namespace:
SanteDB.Core.Applets.ViewModel
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public Dictionary<Guid, HashSet<string>> LoadedProperties { get; }
Public ReadOnly Property LoadedProperties As Dictionary(Of Guid, HashSet(Of String))
Get
public:
property Dictionary<Guid, HashSet<String^>^>^ LoadedProperties {
Dictionary<Guid, HashSet<String^>^>^ get ();
}
member LoadedProperties : Dictionary<Guid, HashSet<string>> with get
Property Value
Type:
DictionaryGuid,
HashSetStringSee Also