AppStore.Models.Card.getImagePath C# (CSharp) Method

getImagePath() public method

Gets the ImagePath
public getImagePath ( ) : string
return string
        public string getImagePath()
        {
            return mImagePath;
        }