JB Lewis
il y a 4 ans
committed by
GitHub
Parent
révision
c4c0df34bc
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
NTFSSecurity/ItemCmdlets/RemoveItem2.cs
|
|
@@ -40,7 +40,7 @@ namespace NTFSSecurity |
|
|
|
} |
|
|
|
|
|
|
|
[Parameter] |
|
|
|
public SwitchParameter PassThur |
|
|
|
public SwitchParameter PassThru |
|
|
|
{ |
|
|
|
get { return passThru; } |
|
|
|
set { passThru = value; } |
|
|
|