[Missing <summary> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsPropertyCollection.TryGetValue(System.String,System.Object@)"]
public bool TryGetValue(
string key,
out Object value
)
Public Function TryGetValue (
key As String,
<OutAttribute> ByRef value As Object
) As Boolean
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] Object^% value
) sealed
abstract TryGetValue :
key : string *
value : Object byref -> bool
override TryGetValue :
key : string *
value : Object byref -> bool
[Missing <param name="key"/> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsPropertyCollection.TryGetValue(System.String,System.Object@)"]
[Missing <param name="value"/> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsPropertyCollection.TryGetValue(System.String,System.Object@)"]
[Missing <returns> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsPropertyCollection.TryGetValue(System.String,System.Object@)"]