Click or drag to resize
Galactic API

ActiveDirectoryAddOrReplaceAttributeValue Method

Adds or replaces the attribute value(s) in the supplied entry.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool AddOrReplaceAttributeValue(
	string name,
	Object[] values,
	SearchResultEntry entry
)

Parameters

name
Type: SystemString
The name of the attribute to set.
values
Type: SystemObject
The value(s) to set the attribute to.
entry
Type: System.DirectoryServices.ProtocolsSearchResultEntry
The SearchResultEntry to set the attribute value in.

Return Value

Type: Boolean
True if it was set, false otherwise.
See Also