VCLinkerTool.PerUserRedirection 属性

定义

获取一个值,该值控制当前配置的 COM 注册是基于用户还是基于计算机。

public:
 property bool PerUserRedirection { bool get(); void set(bool value); };
public:
 property bool PerUserRedirection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(18)]
public bool PerUserRedirection { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.PerUserRedirection : bool with get, set
Public Property PerUserRedirection As Boolean

属性值

Boolean

如果当前配置的注册基于用户,则为 true;如果注册基于计算机,则为 false

属性

注解

每台计算机注册需要计算机的管理凭据。

适用于