DefaultPortElement.Scheme Proprietà

Definizione

Ottiene o imposta il gruppo di impostazioni del protocollo associato a una porta di comunicazione.

public:
 property System::String ^ Scheme { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("scheme", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=1)]
public string Scheme { get; set; }
[<System.Configuration.ConfigurationProperty("scheme", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Scheme : string with get, set
Public Property Scheme As String

Valore della proprietà

String

Impostazioni del protocollo di comunicazione.

Attributi

Si applica a