BPM.Server
SaveSettingValue(String,AspxBlock) Method



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

Parameters

settingName
aspxValue
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