'Declaration
<NotNullAttribute()> Function GetMultipleExtensionFieldValues( _ ByVal publishedDataSetName As String, _ ByVal dataSetFolderPath As IReadOnlyList(Of String), _ ByVal extensionFieldQualifiedNameList As IReadOnlyList(Of UAQualifiedName) _ ) As ValueResult()
'Usage
Dim instance As IUAReadOnlyPubSubConfiguration Dim publishedDataSetName As String Dim dataSetFolderPath As IReadOnlyList(Of String) Dim extensionFieldQualifiedNameList As IReadOnlyList(Of UAQualifiedName) Dim value() As ValueResult value = instance.GetMultipleExtensionFieldValues(publishedDataSetName, dataSetFolderPath, extensionFieldQualifiedNameList)
[NotNull()] ValueResult[] GetMultipleExtensionFieldValues( string publishedDataSetName, IReadOnlyList<string> dataSetFolderPath, IReadOnlyList<UAQualifiedName> extensionFieldQualifiedNameList )
[NotNull()] array<ValueResult^>^ GetMultipleExtensionFieldValues( String^ publishedDataSetName, IReadOnlyList<String^>^ dataSetFolderPath, IReadOnlyList<UAQualifiedName^>^ extensionFieldQualifiedNameList )
Parameters
- publishedDataSetName
- The name of the published dataset.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - dataSetFolderPath
- An optional path to the folder that contains the published dataset.
The value of this parameter can be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic). - extensionFieldQualifiedNameList
- A list of extension field qualified names.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).