Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFSearchField Enumeration

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFSearchField Enumeration
Defines the fields of the object that are searched.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

[FlagsAttribute]
public enum AFSearchField
<FlagsAttribute>
Public Enumeration AFSearchField

Dim instance As AFSearchField
[FlagsAttribute]
public enum class AFSearchField
[<FlagsAttribute>]
type AFSearchField

Members

  Member nameValueDescription
Name1 The object's Name property is searched.
Description2 The object's Description property is searched.
Categories4 The object's Categories collection property is searched by name. If only searching categories and the query for the search is or empty string, then only items without a category are returned.
Template8 The object's Template property is searched. If only searching the template and the query for the search is or empty string, then only items without a template are returned.
Department16 The object's Department property is searched.
EMail32 The object's EMail property is searched for objects defined by Active Directory.

Remarks

The find methods use this enumeration to define which fields of the object are searched.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in