XmlMembersMapping.TypeNamespace Proprietà

Definizione

Ottiene lo spazio dei nomi del tipo .NET che viene mappato al tipo di dati di un elemento dello schema XML che rappresenta un messaggio SOAP.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property System::String ^ TypeNamespace { System::String ^ get(); };
public string? TypeNamespace { get; }
public string TypeNamespace { get; }
member this.TypeNamespace : string
Public ReadOnly Property TypeNamespace As String

Valore della proprietà

String

Spazio dei nomi .NET del mapping.

Commenti

Un messaggio SOAP viene definito in un documento WSDL (Web Services Description Language) usando l'elemento message .

Si applica a