PosixTarEntry.UserName 属性

定义

获取或设置拥有此项的用户的名称。

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

属性值

例外

用户名为 null

注解

UserName 仅在 Unix 平台中使用。

适用于