HttpRequestSequenceMock.MatchType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the match type for body.
public Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpRequestSequenceMock.BodyMatchType MatchType { get; set; }
member this.MatchType : Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpRequestSequenceMock.BodyMatchType with get, set
Public Property MatchType As HttpRequestSequenceMock.BodyMatchType
Property Value
One of Exact, Partial.