nedcomp hosting homepage

Producten en Diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

DirectorySearcher.PropertyNamesOnly Property

Gets or sets a value indicating whether the search retrieves only the names of attributes to which values have been assigned.

[Visual Basic]
Public Property PropertyNamesOnly As Boolean
[C#]
public bool PropertyNamesOnly {get; set;}
[C++]
public: __property bool get_PropertyNamesOnly();
public: __property void set_PropertyNamesOnly(bool);
[JScript]
public function get PropertyNamesOnly() : Boolean;
public function set PropertyNamesOnly(Boolean);

Property Value

true if the search obtains only the names of attributes to which values have been assigned; false if the search obtains the names and values for all the requested attributes. The default is false.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace