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