Click or drag to resize

IDatabaseShortcutSetValue Method

[Missing <summary> documentation for "M:EBP.Framework.Data.Interfaces.Database.IDatabaseShortcut.SetValue(System.String,System.String)"]

Namespace:  EBP.Framework.Data.Interfaces.Database
Assembly:  EBP.Framework.Data.Interfaces (in EBP.Framework.Data.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
void SetValue(
	string label,
	string value
)

Parameters

label
Type: SystemString

[Missing <param name="label"/> documentation for "M:EBP.Framework.Data.Interfaces.Database.IDatabaseShortcut.SetValue(System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:EBP.Framework.Data.Interfaces.Database.IDatabaseShortcut.SetValue(System.String,System.String)"]

See Also