AuthorizationSetDllContact 方法 |
设置本组件激活失败的情况时候的联系方式,可以设置成自定义的字符串,当且仅当企业用户激活成功后调用本方法有效,如果不设置默认为:联系QQ200962190,微信:13516702732,Email:hsl200909@163.com
Set the contact information when the activation of this component fails, can be set to a custom string,
if and only if the enterprise user activation is successful to call this method is valid, if not set the default is: contact QQ200962190, WeChat: 13516702732,Email:hsl200909@163.com
命名空间:
HslCommunication
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static void SetDllContact(
string contact
)
Public Shared Sub SetDllContact (
contact As String
)
public:
static void SetDllContact(
String^ contact
)
static member SetDllContact :
contact : string -> unit
参数
- contact
- 类型:SystemString
新的联系方式
参见