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