Edit

Share via


PosixTarEntry.GroupName Property

Definition

Gets or sets the name of the group that owns this entry.

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

Property Value

Exceptions

The group name is null.

Remarks

GroupName is only used in Unix platforms.

Applies to