Click or drag to resize

AdcsDbPropertyCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  SysadminsLV.PKI.Management.CertificateServices.Database
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, Object
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also