RegisteredScript.Key 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property System::String ^ Key { System::String ^ get(); };
public string Key { get; }
member this.Key : string
Public ReadOnly Property Key As String
属性值
-
String
键的值。 此值可以是 或 null
为空。
注解
客户端脚本由其密钥及其类型唯一标识。 只有一个具有给定键/类型对的脚本可以注册到页面。
适用于