共用方式為


DefaultPortElement.Scheme 屬性

定義

取得或設定與通訊連接埠關聯的通訊協定設定群組。

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

屬性值

String

通訊的通訊協定設定。

屬性

適用於