Skip to content

Instantly share code, notes, and snippets.

@ethangunderson
Created January 9, 2010 20:25
Show Gist options
  • Save ethangunderson/273085 to your computer and use it in GitHub Desktop.
Save ethangunderson/273085 to your computer and use it in GitHub Desktop.
/// <summary>
/// Gets the Album
/// </summary>
public String Album
{
get
{
return this.album;
}
}
pubic String Album{get;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment