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.
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
- value 
 Type: System.Boolean- The value to use. 
- propertyName 
 Type: Microsoft.WindowsServerSolutions.Common.Devices.DevicePropertyName- The name of the property. 
See Also
SecurityBaseProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top