Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid Set(
string section,
string key,
string Value,
EPrefLevel preflevel = EPrefLevel.enPLIndividual
)
Sub Set (
section As String,
key As String,
Value As String,
Optional preflevel As EPrefLevel = EPrefLevel.enPLIndividual
)
Dim instance As IPreference
Dim section As String
Dim key As String
Dim Value As String
Dim preflevel As EPrefLevel
instance.Set(section, key, Value, preflevel)
void Set(
[InAttribute] String^ section,
[InAttribute] String^ key,
[InAttribute] String^ Value,
[InAttribute] EPrefLevel preflevel = EPrefLevel::enPLIndividual
)
Parameters
- section
- Type: SystemString
- key
- Type: SystemString
- Value
- Type: SystemString
- preflevel (Optional)
- Type: SuperOffice.COM.ApplicationEPrefLevel
See Also