Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create an SecurityFirewallProperty object, using the specified security status.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public static SecurityFirewallProperty CreateSecurityFirewallProperty(
bool status
)
public:
static SecurityFirewallProperty^ CreateSecurityFirewallProperty(
bool status
)
Public Shared Function CreateSecurityFirewallProperty (
status As Boolean
) As SecurityFirewallProperty
Parameters
status
Type: System.BooleanThe security status.
Return Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.SecurityFirewallProperty
A new property object.
See Also
DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top