Click or drag to resize
Galactic API

ActiveDirectoryObjectSetAttribute Method

Sets attribute of an object. If a null or empty values object is supplied no modifications will be made.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool SetAttribute(
	string attributeName,
	Object[] values
)

Parameters

attributeName
Type: SystemString
The name of the attribute to set.
values
Type: SystemObject
The value(s) to set the attribute to.

Return Value

Type: Boolean
True if the attribute was set successfully, false otherwise.
See Also