Import.ServiceDescription 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对 ServiceDescription(Import 是其成员)的引用。
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
	属性值
是一个成员的ServiceDescription 的 Import。
示例
以下示例演示了 ServiceDescription 该属性的使用。
Importsample#6