Share via


KnownTypeAttribute.Type 속성

정의

DataContractSerializer의 serialization 또는 deserialization 중에 인식해야 할 형식을 가져옵니다.

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
public Type? Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

속성 값

serialization 또는 deserialization 중에 사용하는 Type입니다.

적용 대상