Gets the addin custom data.
public GetAddInCustomData<>(
string ,
string
)
'Declaration
Public Function GetAddInCustomData(Of )( _
ByVal As String, _
ByVal As String _
) As
'Usage
Dim instance As AdvancedSettings
Dim addinName As String
Dim customDataName As String
Dim value As
value = instance.GetAddInCustomData(Of T)(addinName, customDataName)
public:
GetAddInCustomDatageneric<typename >
(
String^ ,
String^
)
Parameters
- addinName
- Name of the addin.
- customDataName
- Name of the custom data.
Type Parameters
- T
- Type of custom data to return.
Return Value
The custom data stored in the configuration.