ParentEnt Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
Initializes a new instance of the ParentEnt class
'Declaration
Public Function New( _
ByVal parentEntName As String _
)
public ParentEnt(
string parentEntName
)
Parameters
- parentEntName
- Required. Holds the Parent Entity Name.