ServiceDescription.ServiceDescriptions 属性

定义

获取 ServiceDescriptionCollection 为其成员的 ServiceDescription 实例。

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

属性值

ServiceDescriptionCollection

服务说明的集合。

例外

ServiceDescription 尚未被分配到父级集合。

适用于