DsPropertyCollectionGetDsCollectionValueTValue Method
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.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public TValue[] GetDsCollectionValue<TValue>(
string key
)
Public Function GetDsCollectionValue(Of TValue) (
key As String
) As TValue()
public:
generic<typename TValue>
array<TValue>^ GetDsCollectionValue(
String^ key
)
member GetDsCollectionValue :
key : string -> 'TValue[]
- key String
- Specifies the DS attribute name.
- TValue
-
Destination array scalar value type. Can be:
TValueValue that represents requested attribute or default value.