VCConfiguration.PerUserRedirection 属性

定义

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

public:
 property bool PerUserRedirection { bool get(); };
public:
 property bool PerUserRedirection { bool get(); };
[System.Runtime.InteropServices.DispId(779)]
public bool PerUserRedirection { [System.Runtime.InteropServices.DispId(779)] get; }
[<System.Runtime.InteropServices.DispId(779)>]
[<get: System.Runtime.InteropServices.DispId(779)>]
member this.PerUserRedirection : bool
Public ReadOnly Property PerUserRedirection As Boolean

属性值

Boolean

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

属性

注解

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

适用于