JsonContent.ObjectType 属性
定义
获取此实例要序列化的 Value 的类型。Gets the type of the Value to be serialized by this instance.
public:
property Type ^ ObjectType { Type ^ get(); };
public Type ObjectType { get; }
member this.ObjectType : Type
Public ReadOnly Property ObjectType As Type
属性值
- Type
Value此实例要序列化的的类型。The type of the Value to be serialized by this instance.
适用于