Represents the subroutine name of a START_SUBROUTINE and CALL_SUBROUTINE object.
Visual Basic |
---|
Public Property SubName As String |
Read/write String value.
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.