Share via


ClientCredentialsElement.SupportInteractive Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se la credenziale supporta negoziazioni interattive.

public:
 property bool SupportInteractive { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("supportInteractive", DefaultValue=true)]
public bool SupportInteractive { get; set; }
[<System.Configuration.ConfigurationProperty("supportInteractive", DefaultValue=true)>]
member this.SupportInteractive : bool with get, set
Public Property SupportInteractive As Boolean

Valore della proprietà

true se la credenziale supporta negoziazioni interattive. In caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a