DsPropertyCollection Class

Represents an extended version of DirectoryEntry properties.

Definition

Namespace: SysadminsLV.PKI.Management.ActiveDirectory
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public sealed class DsPropertyCollection : IReadOnlyDictionary<string, Object>, 
	IReadOnlyCollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable
Inheritance
Object    DsPropertyCollection
Implements
IEnumerableKeyValuePairString, Object, IReadOnlyCollectionKeyValuePairString, Object, IReadOnlyDictionaryString, Object, IEnumerable

Constructors

DsPropertyCollectionInitializes a new instance of the DsPropertyCollection class

Properties

Methods

ContainsKey 
Equals
(Inherited from Object)
GetDsCollectionValueTValue Gets non-nullable collection value from property collection. An empty array is returned if key doesn't exist in dictionary or actual value is of different type. This method doesn't throw any exceptions.
GetDsScalarValueTValue Gets non-nullable value from property collection. A default value is returned if key doesn't exist in dictionary or actual value is of different type. This method doesn't throw any exceptions.
GetEnumerator 
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)
TryGetValue 

See Also