ProjectDB.GetUserTemplate Method

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

Parameters

userTemplateName
string

User template name

Return Value

DataTable

Reference to table

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition