ListViewConfig Constructor (String, String, String) | |
Initializes a new instance of the ListViewConfig class.
Constructor with parameter
Namespace:
SOWIData.Management
Assembly:
SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public ListViewConfig(
string pAppName,
string pUserName,
string pViewName
)
Public Sub New (
pAppName As String,
pUserName As String,
pViewName As String
)
Parameters
- pAppName
- Type: SystemString
App name - pUserName
- Type: SystemString
User name - pViewName
- Type: SystemString
View name
See Also