Class HighlightTerm
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an AQS highlight term.
public sealed class HighlightTerm : ComplexProperty
- Inheritance
-
HighlightTerm
- Inherited Members
Properties
Scope
Gets term scope.
public string Scope { get; }
Property Value
Value
Gets term value.
public string Value { get; }