Trustee.Name Property

Definition

Gets or sets the name of the trustee.

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

Property Value

The name of the account to which the new rights will be assigned. The default is null.

Exceptions

The Name property is null.

Remarks

You must specify a value for the Name property before using the Trustee to set permissions. The Name contains the name of the user, group, or computer account to which the new access rights will be assigned.

If you do not specify a value for the SystemName property, the account you identify in the Name property is looked up on the local computer. If you do specify a SystemName, the account is looked up on the computer you specify.

If you are not connected to the network (for example, if you are in workgroup mode), the Name property can be any local user or group. In this case, you should not specify any value for SystemName, as workgroup mode is local by definition.

Applies to

See also