DirectorySearcher.PropertyNamesOnly Propriedade
Definição
Obtém ou define um valor que indica se a pesquisa recupera somente os nomes dos atributos aos quais foram atribuídos valores.Gets or sets a value indicating whether the search retrieves only the names of attributes to which values have been assigned.
public:
property bool PropertyNamesOnly { bool get(); void set(bool value); };
public bool PropertyNamesOnly { get; set; }
[System.DirectoryServices.DSDescription("DSPropertyNamesOnly")]
public bool PropertyNamesOnly { get; set; }
member this.PropertyNamesOnly : bool with get, set
[<System.DirectoryServices.DSDescription("DSPropertyNamesOnly")>]
member this.PropertyNamesOnly : bool with get, set
Public Property PropertyNamesOnly As Boolean
Valor da propriedade
true se a pesquisa obtém apenas os nomes dos atributos aos quais foram atribuídos valores; false se a pesquisa obtém os nomes e valores de todos os atributos solicitados.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. O valor padrão é false.The default value is false.
- Atributos