Преглед на файлове

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;


Зареждане…
Отказ
Запис