| StringValueAttribute Constructor (String, Boolean) | 
            Constructor used to init a StringValue Attribute
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic StringValueAttribute(
	string value,
	bool isResourceString
)
Parameters
- value
- Type: SystemString
 String value
- isResourceString
- Type: SystemBoolean
 True if string is resource string and should be resolved before returning
 See Also
See Also