PERWAPI.Type.TypeName C# (CSharp) Method

TypeName() public method

public TypeName ( ) : string
return string
        public virtual string TypeName()
        {
            return "NoTypeName";
        }