SearchReturnValues Property
Controls whether the search operation returns values of attributes, or only types.
Syntax
[VB.NET] Public Property SearchReturnValues As Boolean
[C#] public bool SearchReturnValues {get; set;}
Remarks
This property controls whether the search operation returns values of attributes, or only types. If only attributes are needed, disabling returning of values will enhance performance.
Default Value
True