| IFormCollectionItem Property | 
            Gets value of the form item specified by key.
            
 
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
 Syntax
SyntaxStringValues this[
	string key
] { get; }Parameters
- key
- Type: SystemString
 The key of the value to get.
Return Value
Type: 
StringValues
            Value of the form item if it is present, otherwise 
Empty.
            
 See Also
See Also