Interface ITermVerifierSettingsContextAware
ITermVerifierSettingsContextAware interface represents a term verifier settings context aware object so such objects can be given the term verifier settings context; e.g. a term verifier settings page.
Namespace: SdlSdl.VerificationApi
Assembly: Sdl.Verification.Api.dll
Syntax
public interface ITermVerifierSettingsContextAware
Properties
TermVerifierSettingsContext
TermVerifierSettingsContext property represents the term verifier settings context.
Declaration
ITermVerifierSettingsContext TermVerifierSettingsContext { get; set; }
Property Value
Type | Description |
---|---|
ITermVerifierSettingsContext |