Public Owner As String
Dim instance As ListEntry Dim value As String value = instance.Owner instance.Owner = value
public string Owner
public: String^ Owner
This property will only have a value if the Listing.Format is UNIX. The owner is typically the person who created the file. Inspect ListEntry.Permissions to determine owner rights.
ListEntry Class ListEntry Members