更新 : 2007 年 11 月
XmlSerializer の SOAP スタイルを取得または設定します。
Public Property Style As OperationFormatStyle
Dim instance As XmlSerializerFormatAttribute Dim value As OperationFormatStyle value = instance.Style instance.Style = value
public OperationFormatStyle Style { get; set; }
public: property OperationFormatStyle Style { OperationFormatStyle get (); void set (OperationFormatStyle value); }
/** @property */ public OperationFormatStyle get_Style() /** @property */ public void set_Style(OperationFormatStyle value)
public function get Style () : OperationFormatStyle public function set Style (value : OperationFormatStyle)
Style プロパティおよび Use プロパティは、メッセージの書式指定の方法を制御します。
詳細な例については、「Use および Style プロパティの設定」を参照してください。
Windows Vista, Windows XP SP2, Windows Server 2003