ScalarArgument.gettype C# (CSharp) Method

gettype() public method

public gettype ( ) : String
return String
    public String gettype() { return type; }
    public void settype(String mtype) { type = mtype; }