Click or drag to resize
StringValueAttribute Constructor (String)
Constructor used to init a StringValue Attribute

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public StringValueAttribute(
	string value
)

Parameters

value
Type: SystemString
String value
See Also