FtpListItem.OwnerPermissions Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Gets the owner permissions. This property can be set however this functionality is intended to be done by custom parsers.

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public FtpPermission OwnerPermissions { get; set; }
Visual Basic
Public Property OwnerPermissions As FtpPermission
	Get
	Set
Visual C++
public:
virtual property FtpPermission OwnerPermissions {
	FtpPermission get () sealed;
	void set (FtpPermission value) sealed;
}

Property Value

Type: FtpPermission

Implements

IFtpListItem..::..OwnerPermissions

See Also