Trustee.SystemName 属性

定义

获取或设置要在其中查找受托人帐户的计算机。

public:
 property System::String ^ SystemName { System::String ^ get(); void set(System::String ^ value); };
public string SystemName { get; set; }
member this.SystemName : string with get, set
Public Property SystemName As String

属性值

帐户所在的本地或远程计算机。 默认值为 null,指示将在本地计算机上查找该名称。

注解

在使用此 Trustee 实例设置权限之前,必须为 Name 指定值,但 SystemName 是可选的。 如果保留 SystemNamenull,则本地计算机用于查找在 Name 属性中指定的帐户。

适用于

另请参阅