AdmSearchResultPropertyCollection

The AdmSearchResultPropertyCollection class represents a collection of directory object properties in a search result entry.

Inheritance: KeyedCollection<string, AdmSearchResultProperty>

Implements: ISerializable

Namespace: Softerra.Adaxes.Adsi

Constructors

Methods

  • Method

  • Description

  • GetObjectData()

  • Populates an instance of the SerializationInfo class with data required to serialize the instance of the AdmSearchResultPropertyCollection class.

Details

AdmSearchResultPropertyCollection()

Initializes a new instance of the AdmSearchResultPropertyCollection class.

AdmSearchResultPropertyCollection()

GetObjectData()

Populates an instance of the SerializationInfo class with data required to serialize the instance of the AdmSearchResultPropertyCollection class.

void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

  • info – an instance of the SerializationInfo class to populate with the data.
  • context – the destination for this serialization.

Exceptions

  • System.Security.SecurityException
  • The caller does not have the required permission.

Requirements

Minimum required version: 2009.1

See also