VCConfiguration.PerUserRedirection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示 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
属性值
如果当前配置的注册基于用户,则为 true;如果注册基于计算机,则为 false。
- 属性
注解
每台计算机注册需要计算机的管理凭据。