PosixTarEntry.GroupName 属性

定义

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

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

属性值

例外

组名称为 null

注解

GroupName 仅在 Unix 平台中使用。

适用于