DsPropertyCollectionTryGetValue Method

[Missing <summary> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsPropertyCollection.TryGetValue(System.String,System.Object@)"]

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 bool TryGetValue(
	string key,
	out Object value
)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsPropertyCollection.TryGetValue(System.String,System.Object@)"]

value  Object

[Missing <param name="value"/> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsPropertyCollection.TryGetValue(System.String,System.Object@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsPropertyCollection.TryGetValue(System.String,System.Object@)"]

Implements

IReadOnlyDictionaryTKey, TValueTryGetValue(TKey, TValue)

See Also