TK.CopyTagToDataTableAsync Method

Copy tag values to datatable async
Public Shared Function CopyTagToDataTableAsync( _ 
ByVal tagName As String
) As Task(Of DataTable)
This language is not supported or no code example is available.
public static Task<DataTable> CopyTagToDataTableAsync( 
string tagName 
)
This language is not supported or no code example is available.

Parameters

tagName
string

Return Value

Task<DataTable>

Reference to DataTable

.NET Framework

Supported in: 4.8

In this article

Definition