Trustee.SystemName Property

Definition

Gets or sets the computer on which to look up the trustee's account.

C#
public string SystemName { get; set; }

Property Value

The local or remote computer on which the account exists. The default is null, which indicates that the name will be looked up on the local computer.

Remarks

You must specify a value for Name before you use this instance of Trustee to set permissions, but SystemName is optional. If you leave SystemName null, the local computer is used to look up the account you specify in the Name property.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also