AdcsDbPropertyCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices.Database
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator

See Also