| AsyncControlLogContextNames Property  | 
            List of log context names separated by semicolon that should be received by this async control log from a general API call. 
            Use empty string for context which logs messages that do not provide context.
            Direct logging to context always logs the message without checking the context.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntaxpublic string LogContextNames { get; set; }Property Value
Type: 
String
See Also