Skip to content

Instantly share code, notes, and snippets.

@bittercoder
Created April 1, 2012 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bittercoder/2274670 to your computer and use it in GitHub Desktop.
Save bittercoder/2274670 to your computer and use it in GitHub Desktop.
Sad :(
[WcfSerialization::DataMember(Name = "Value", IsRequired = false, Order = 1)]
public string Value
{
get { return value; }
set { value = value; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment