XmlMembersMapping.TypeNamespace Proprietà

Definizione

Ottiene lo spazio dei nomi del tipo .NET di cui viene eseguito il mapping al tipo di dati di un elemento XML Schema 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à

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