SchemaAttribute.HiddenByDefault Property
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As SchemaAttribute
Dim value As Boolean
value = instance.HiddenByDefault
instance.HiddenByDefault = value
Syntax
'Declaration
Public Property HiddenByDefault As Boolean
public bool HiddenByDefault { get; set; }
public:
property bool HiddenByDefault {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_HiddenByDefault ()
/** @property */
public void set_HiddenByDefault (boolean value)
public function get HiddenByDefault () : boolean
public function set HiddenByDefault (value : 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
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
SchemaAttribute Class
SchemaAttribute Members
Microsoft.MetadirectoryServices Namespace