Share via


ConfigResponse<T>.Config Property

Definition

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.

Applies to