Message.ServiceDescription Proprietà

Definizione

Ottiene l'oggetto ServiceDescription di cui l'oggetto Message corrente è membro.

public:
 property System::Web::Services::Description::ServiceDescription ^ ServiceDescription { System::Web::Services::Description::ServiceDescription ^ get(); };
public System.Web.Services.Description.ServiceDescription ServiceDescription { get; }
member this.ServiceDescription : System.Web.Services.Description.ServiceDescription
Public ReadOnly Property ServiceDescription As ServiceDescription

Valore della proprietà

Oggetto ServiceDescription.

Esempio

Nell'esempio seguente viene illustrato l'uso della ServiceDescription proprietà .

Message_Samples3#2

Si applica a