Trustee.SystemName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the computer on which to look up the trustee's account.
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
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.