SoapIncludeAttribute.Type 属性

定义

获取或设置在序列化或反序列化对象时应使用的对象的类型。

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
public Type Type { get; set; }
member this.Type : Type with get, set
Public Property Type As Type

属性值

要包含的对象的类型。

示例

以下示例将 两次应用于 SoapIncludeAttribute XML Web 服务方法。 方法 (基类) 返回类型的 Vehicle 对象。 允许 SoapIncludeAttribute 方法返回派生自 类的类的 Vehicle 实例。

注解

将 的 SoapIncludeAttribute 多个实例应用于返回对象数组、 ArrayList 包含对象集合的或可返回多个类型的对象的字段或属性。 Type为希望字段或属性包含的每个类型设置 属性。

适用于