Click or drag to resize
KeyStringValueAttribute Constructor
Constructor.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public KeyStringValueAttribute(
	int key,
	string value
)

Parameters

key
Type: System.Int32
Key
value
Type: System.String
String value
See Also