DsPropertyCollection.GetDsCollectionValue<TValue> 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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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:
TValue[]Value that represents requested attribute or default value.