T GetConfigEntry<T>(
string entryName,
string node = null
)
Function GetConfigEntry(Of T) (
entryName As String,
Optional node As String = Nothing
) As T
generic<typename T>
T GetConfigEntry(
String^ entryName,
String^ node = nullptr
)
abstract GetConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> 'T
[Missing <returns> documentation for "M:SysadminsLV.PKI.Dcom.ICertRegManagerD.GetConfigEntry``1(System.String,System.String)"]
ArgumentNullException | entryName parameter is null. |
ArgumentException | entryName parameter is empty string. |
FileNotFoundException | Requested entry name not found. |