RelaxISRemoteOptionsAdditionalSettings Property |
Allows the introduction of additional bullet points. The Key describes the link text, the value contains the object to show in the property grid.
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Dictionary<string, Object> AdditionalSettings { get; set; }
Public Property AdditionalSettings As Dictionary(Of String, Object)
Get
Set
Dim instance As RelaxISRemoteOptions
Dim value As Dictionary(Of String, Object)
value = instance.AdditionalSettings
instance.AdditionalSettings = value
Return Value
DictionaryString,
ObjectSee Also