Sfoglia il codice sorgente

Merge pull request #64 from AspenForester/patch-2

Correct PassThur to PassThru
pull/72/head
Raimund Andrée [MSFT] 4 anni fa
committed by GitHub
parent
commit
da4376ad4a
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      NTFSSecurity/ItemCmdlets/RemoveItem2.cs

+ 1
- 1
NTFSSecurity/ItemCmdlets/RemoveItem2.cs Vedi File

@@ -40,7 +40,7 @@ namespace NTFSSecurity
}

[Parameter]
public SwitchParameter PassThur
public SwitchParameter PassThru
{
get { return passThru; }
set { passThru = value; }


Caricamento…
Annulla
Salva