TestimoX

API Reference

Class

BenchmarkExchangeBinding

Namespace TestimoX.Benchmarks
Assembly TestimoX
Modifiers sealed

Describes an allow-listed Exchange object property and its comparison representation.

Inheritance

  • Object
  • BenchmarkExchangeBinding

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public ExchangeManagementObjectKind ObjectKind { get; set; } #

Gets or sets the fixed Exchange object family.

public String Identity { get; set; } #

Gets or sets an optional exact Exchange object identity.

public String ServiceNamePattern { get; set; } #

Gets or sets an optional Windows service name pattern.

public String PropertyName { get; set; } #

Gets or sets the allow-listed scalar property.

public BenchmarkExchangeValueKind ValueKind { get; set; } #

Gets or sets the scalar normalization kind.

public Boolean Reversible { get; set; } #

Gets or sets whether the provider can write and restore the property.

public Boolean WriteNullWhenEmpty { get; set; } #

Gets or sets whether an empty string remediation is written as a null Exchange value.