Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SearchEventArgs

Inheritance
System.Object
SearchEventArgs
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0
Syntax
public class SearchEventArgs : EventArgs

Constructors

SearchEventArgs()

Declaration
public SearchEventArgs()

Properties

Message

Gets or sets a message for the event.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String