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