AdmSearchResultPropertyCollection

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

Inheritance: KeyedCollection<string, AdmSearchResultProperty> and 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 - Specifies an instance of the SerializationInfo class to populate with data.
  • context - Specifies 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