通过


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 应用于返回对象数组、 ArrayList 包含对象的集合或可返回多个类型的对象的字段或属性。 Type设置希望字段或属性包含的每个类型的属性。

适用于