This property get the name of the subroutine


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property GetName As String
C#
public string GetName { get; }
C++
public property string GetName sealed  {
    String get();
}
J#
/** property */
public string get_GetName();
JScript
public function get GetName() : String

Property Value

The name of the subroutine associated with this object

See Also