Click or drag to resize
Galactic API

ActiveDirectoryObjectSetStringAttribute Method

Sets a single value string attribute of an object. If a null or empty value is supplied, the attribute will be cleared / deleted.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool SetStringAttribute(
	string attributeName,
	string value
)

Parameters

attributeName
Type: SystemString
The name of the attribute to set.
value
Type: SystemString
The string value to set the attribute to.

Return Value

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