AdmSearchResultProperty

The AdmSearchResultProperty class implements the IAdmSearchResultProperty interface.

Inheritance: The AdmSearchResultProperty class implements the IAdmSearchResultProperty interface.

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 - Specifies the name of the directory object property.
  • adsType - Specifies the ADSI type of the directory object property.
  • values - Specifies values for the directory object 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