SoapTypeAttribute.XmlTypeName Property

Definition

Gets or sets the XML type name for the target object type.

public:
 property System::String ^ XmlTypeName { System::String ^ get(); void set(System::String ^ value); };
public string XmlTypeName { get; set; }
member this.XmlTypeName : string with get, set
Public Property XmlTypeName As String

Property Value

The XML type name for the target object type.

Applies to