SoapTypeAttribute.SoapOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a SoapOption configuration value.
public:
property System::Runtime::Remoting::Metadata::SoapOption SoapOptions { System::Runtime::Remoting::Metadata::SoapOption get(); void set(System::Runtime::Remoting::Metadata::SoapOption value); };
public System.Runtime.Remoting.Metadata.SoapOption SoapOptions { get; set; }
member this.SoapOptions : System.Runtime.Remoting.Metadata.SoapOption with get, set
Public Property SoapOptions As SoapOption
Property Value
A SoapOption configuration value.
Remarks
A SoapOption value indicates the SOAP configuration options that will be used with a SoapTypeAttribute attribute.
Note
The SoapOptions enumeration has no effect on serialization of objects with the SoapFormatter.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.