| 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
)
Public Function AddOrReplaceAttributeValue (
name As String,
values As Object(),
entry As SearchResultEntry
) As Boolean
public:
bool AddOrReplaceAttributeValue(
String^ name,
array<Object^>^ values,
SearchResultEntry^ entry
)
member AddOrReplaceAttributeValue :
name : string *
values : Object[] *
entry : SearchResultEntry -> bool
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:
BooleanTrue if it was set, false otherwise.
See Also