SubName Property
Description
Represents the subroutine name of a START_SUBROUTINE and CALL_SUBROUTINE object.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property SubName As String |
Return Type
Read/write String value.
Remarks
This property only affects objects of type START_SUBROUTINE and CALL_SUBROUTINE. For other objects, setting the property has no effect, and getting it always returns the empty string.
For the START_SUBROUTINE object, it is the name of the subroutine. For the CALL_SUBROUTINE, it is the name of the called subroutine.
See Also