瀏覽代碼

Adds properties to allow piping into Set-Owner as mentioned in #31

tags/4.2.4
Raimund Andée [MSFT] 6 年之前
父節點
當前提交
35c379fd6b
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      Security2/FileSystem/FileSystemOwner.cs

+ 10
- 0
Security2/FileSystem/FileSystemOwner.cs 查看文件

@@ -20,6 +20,16 @@ namespace Security2
get { return owner; }
}

public IdentityReference2 Account
{
get { return owner; }
}

public string FullName
{
get { return item.FullName; }
}

private FileSystemOwner(FileSystemInfo item, IdentityReference2 owner)
{
this.item = item;


Loading…
取消
儲存