AdmSearchResultProperty

The AdmSearchResultProperty class represents a directory object property in a search result entry.

Implements: IAdmSearchResultProperty

Namespace: Softerra.Adaxes.Adsi

Constructors

Properties

  • Property

  • Description

  • Values

  • Gets a list of property values of the directory object.

  • Value

  • Gets the property value.

Details

AdmSearchResultProperty()

Initializes a new instance of the AdmSearchResultProperty class.

AdmSearchResultProperty()

AdmSearchResultProperty(string, ADSTYPEENUM, object[])

Initializes a new instance of the AdmSearchResultProperty class and populates it with the specified data.

AdmSearchResultProperty(string name, ADSTYPEENUM adsType, object[] values)

Parameters

  • name – the name of the directory object property.
  • adsType – the ADSI type of the property.
  • values – values for the property.

Values

Gets a list of property values of the directory object.

  • Type:
  • IList
  • Access:
  • Read-only

Value

Gets the property value. This property must be used for single-valued properties only.

  • Type:
  • Object
  • Access:
  • Read-only

Requirements

Minimum required version: 2009.1

See also