ProjectDB.GetUserTemplateAsync Method

Gets table containg user template async
Public Function GetUserTemplateAsync( _ 
ByVal userTemplateName As String
) As Task(Of DataTable)
This language is not supported or no code example is available.
public Task<DataTable> GetUserTemplateAsync( 
string userTemplateName 
)
This language is not supported or no code example is available.

Parameters

userTemplateName
string

User template name

Return Value

Task<DataTable>

Reference to table

.NET Framework

Supported in: 4.8

In this article

Definition