BPM.Server
SaveSettingValue(String,CodeBlock) Method



Syntax
'Declaration
 
Public Overloads Shared Sub SaveSettingValue( _
   ByVal settingName As String, _
   ByVal codeBlock As BPM.CodeBlock _
) 
'Usage
 
Dim settingName As String
Dim codeBlock As BPM.CodeBlock
 
DBSettingManager.SaveSettingValue(settingName, codeBlock)
public static void SaveSettingValue( 
   string settingName,
   BPM.CodeBlock codeBlock
)
public:
static void SaveSettingValue( 
   String^ settingName,
   BPM.CodeBlock^ codeBlock
) 

Parameters

settingName
codeBlock
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBSettingManager Class
DBSettingManager Members
Overload List

Send Feedback