Share via


EnvelopeVersion.Soap12 プロパティ

定義

SOAP1.2 エンベロープ バージョンを取得します。

public:
 static property System::ServiceModel::EnvelopeVersion ^ Soap12 { System::ServiceModel::EnvelopeVersion ^ get(); };
public static System.ServiceModel.EnvelopeVersion Soap12 { get; }
static member Soap12 : System.ServiceModel.EnvelopeVersion
Public Shared ReadOnly Property Soap12 As EnvelopeVersion

プロパティ値

SOAP1.2 EnvelopeVersion オブジェクト。

EnvelopeVersion envS12 = EnvelopeVersion.Soap12;
Dim envS12 As EnvelopeVersion = EnvelopeVersion.Soap12

注釈

詳細については、 SOAP 1.2 のスキーマに関するページを参照してください。

適用対象