ConfigParameterDefinition.CheckBoxDefault Property
Retrieves boolean containing the value of the check box’s default state.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ConfigParameterDefinition
Dim value As Boolean
value = instance.CheckBoxDefault
Syntax
'Declaration
Public ReadOnly Property CheckBoxDefault As Boolean
public bool CheckBoxDefault { get; }
public:
property bool CheckBoxDefault {
bool get ();
}
/** @property */
public boolean get_CheckBoxDefault ()
public function get CheckBoxDefault () : boolean
Property Value
Returns Boolean.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
ConfigParameterDefinition Class
ConfigParameterDefinition Members
Microsoft.MetadirectoryServices Namespace