ConfigResponse<T>.Config 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 response to the config message. Possible values for the config type include: 'auth'or 'task'.
public T Config { get; set; }
member this.Config : 'T with get, set
Public Property Config As T
Property Value
T
Response to a config request.