| BISetting Constructor (String, String, String) |
Creates BISetting object with data
Namespace:
Omada.OE.Solution.OIM.AppLogic.Analytics
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic BISetting(
string category,
string name,
string value
)
Parameters
- category
- Type: SystemString
name of setting category - name
- Type: SystemString
setting name - value
- Type: SystemString
setting value
See Also