gdapi.Resource.setType C# (CSharp) Method

setType() public method

Sets the type of the Resource
public setType ( string type ) : void
type string Resource type
return void
        public void setType(string type)
        {
            this.type = type;
        }