DeviceGuard.SecurityServicesRunning Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates which security services are running
public:
property cli::array <Microsoft::PowerShell::Commands::DeviceGuardSoftwareSecure> ^ SecurityServicesRunning { cli::array <Microsoft::PowerShell::Commands::DeviceGuardSoftwareSecure> ^ get(); };
public:
property Platform::Array <Microsoft::PowerShell::Commands::DeviceGuardSoftwareSecure> ^ SecurityServicesRunning { Platform::Array <Microsoft::PowerShell::Commands::DeviceGuardSoftwareSecure> ^ get(); };
public Microsoft.PowerShell.Commands.DeviceGuardSoftwareSecure[] SecurityServicesRunning { get; }
member this.SecurityServicesRunning : Microsoft.PowerShell.Commands.DeviceGuardSoftwareSecure[]
Public ReadOnly Property SecurityServicesRunning As DeviceGuardSoftwareSecure()