SoapSchemaMember.MemberName 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 value that corresponds to the name attribute of the WSDL part element.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ MemberName { System::String ^ get(); void set(System::String ^ value); };
public string MemberName { get; set; }
member this.MemberName : string with get, set
Public Property MemberName As String
Property Value
The element name.
Remarks
This property corresponds to the XML name
attribute of the XML element <wsdl:part>
. For more information about the element,see the WSDL specification.
The SoapSchemaMember class is used by the Wsdl.exe tool while generating classes from a Web Services Description Language (WSDL) document that specifies SOAP encoding. Instead of using this class directly, use Wsdl.exe.