public T GetConfigEntry<T>(
string entryName,
string node = null
)
Public Function GetConfigEntry(Of T) (
entryName As String,
Optional node As String = Nothing
) As T
public:
generic<typename T>
virtual T GetConfigEntry(
String^ entryName,
String^ node = nullptr
) sealed
abstract 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.Dcom.Implementations.CertSrvRegManagerD.GetConfigEntry``1(System.String,System.String)"]
ArgumentNullException | entryName parameter is null. |
ArgumentException | entryName parameter is empty string. |
FileNotFoundException | Requested entry name not found. |