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

通信プロトコル設定。

属性

適用対象