SettingStringMock.Assignments 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 the setting assignments.
public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.SettingMocks.SettingStringAssignment> Assignments { get; }
member this.Assignments : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.SettingMocks.SettingStringAssignment>
Public ReadOnly Property Assignments As List(Of SettingStringAssignment)
Property Value
Setting assignments as settings.property=value pairs. Assign the settings in sequence.