gdapi.Resource.getType C# (CSharp) Method

getType() public method

Gets the type of the Resource
public getType ( ) : String
return String
        public String getType()
        {
            return this.type;
        }