Share via


SecurityBaseProperty Constructor (Boolean, DevicePropertyName)

 

Creates a new instance of the SecurityBaseProperty object, using the specified value and property name.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

protected SecurityBaseProperty(
    bool value,
    DevicePropertyName propertyName
)
protected:
SecurityBaseProperty(
    bool value,
    DevicePropertyName propertyName
)
Protected Sub New (
    value As Boolean,
    propertyName As DevicePropertyName
)

Parameters

See Also

SecurityBaseProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top