GenerateScriptTypeAttribute.ScriptTypeId 属性

定义

获取或设置类型元数据标记的类型标识符。

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

属性值

String

序列化的 JavaScript 对象符号 (JSON) 字符串中的类型元数据标记的类型标识符。 默认值为此类型的程序集限定名称。

注解

这是一个可选属性。 如果已指定,则的值 ScriptTypeId 将用于类型元数据标记 ( "__type" ) 序列化的 JSON 字符串,而不是类型的程序集限定名称。 在反序列化过程中,与对象关联的类型解析程序 JavaScriptSerializer 将使用类型元数据标记值映射回适当的托管类型。

适用于