Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Initializes a new instance of the Common..::.ComboBoxItem class

Namespace:  SharedCache.Notify
Assembly:  SharedCache.Notify (in SharedCache.Notify.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public ComboBoxItem(
	string Name,
	int Value
)
Visual Basic (Declaration)
Public Sub New ( _
	Name As String, _
	Value As Integer _
)
Visual C++
public:
ComboBoxItem(
	String^ Name, 
	int Value
)

Parameters

Name
Type: System..::.String

[Missing <param name="Name"/> documentation for "M:SharedCache.Notify.Common.ComboBoxItem.#ctor(System.String,System.Int32)"]

Value
Type: System..::.Int32

[Missing <param name="Value"/> documentation for "M:SharedCache.Notify.Common.ComboBoxItem.#ctor(System.String,System.Int32)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.Notify.Common.ComboBoxItem.#ctor(System.String,System.Int32)"]

See Also