WebMethodAttribute.Description プロパティ
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim instance As WebMethodAttribute Dim value As String value = instance.Description instance.Description = value
/** @property */ public String get_Description () /** @property */ public void set_Description (String value)
XML Web サービス メソッドを説明する説明メッセージ。既定値は String.Empty です。


文字列 Obtains the Server Computer Name を使用して、XML Web サービスのサービスの説明およびサービス ヘルプ ページで、XML Web サービス メソッドを説明する例を次に示します。
<%@ WebService Language="VB" Class="Util" %> Imports System Imports System.Web.Services Public Class Util Inherits WebService <WebMethod(Description := "Obtains the Server Computer Name", _ EnableSession := False)> _ Public Function GetMachineName() As String Return Server.MachineName End Function End Class

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からWebMethodAttribute.Description プロパティを検索する場合は、下記のリンクをクリックしてください。

- WebMethodAttribute.Description プロパティのページへのリンク