Trustee.SystemName Proprietà

Definizione

Ottiene o imposta il computer in cui cercare l'account del trustee.

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

Valore della proprietà

Computer locale o remoto in cui è presente l'account. Il valore predefinito è null, che indica che il nome verrà cercato nel computer locale.

Commenti

È necessario specificare un valore per Name prima di usare questa istanza di Trustee per impostare le autorizzazioni, ma SystemName è facoltativo. Se si lascia SystemNamenull, il computer locale viene usato per cercare l'account specificato nella proprietà Name.

Si applica a

Vedi anche