Interface IFileOwnerAttributeView
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/FileOwnerAttributeView.html
public interface IFileOwnerAttributeView : IFileAttributeView, IAttributeView
Properties
Owner
https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/FileOwnerAttributeView.html#getOwner-- https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/FileOwnerAttributeView.html#setOwner-java.nio.file.attribute.UserPrincipal-
UserPrincipal Owner { get; set; }
Property Value
Methods
Name()
https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/FileOwnerAttributeView.html#name--
String Name()