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: SystemInt32
Key
value
Type: SystemString
String value
See Also