DirectoryAttributeModificationCollection::IndexOf Method (DirectoryAttributeModification^)

 

The IndexOf method returns the zero-based index of the first occurrence of the specified DirectoryAttributeModification object in the DirectoryAttributeModificationCollection.

Namespace:   System.DirectoryServices.Protocols
Assembly:  System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)

public:
int IndexOf(
	DirectoryAttributeModification^ value
)

Return Value

Type: System::Int32

The index value of the specified DirectoryAttributeModification object, if found; otherwise, -1.

.NET Framework
Available since 2.0
Return to top
Show: