다음을 통해 공유


ProtocolMappingElement.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

통신 프로토콜 이름을 지정합니다.

특성

적용 대상