| DcDataConfigurationSectionOptions Property |
Gets or sets the options
Namespace:
SanteDB.DisconnectedClient.Configuration.Data
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public Dictionary<string, Object> Options { get; set; }
Public Property Options As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Options {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Options : Dictionary<string, Object> with get, set
Property Value
Type:
DictionaryString,
ObjectSee Also