Skip to content

Instantly share code, notes, and snippets.

@runceel
Last active June 21, 2019 11:04
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 runceel/990403b9913cae30cd2384e3208c78f5 to your computer and use it in GitHub Desktop.
Save runceel/990403b9913cae30cd2384e3208c78f5 to your computer and use it in GitHub Desktop.
var viewModel = new SomeViewModel();
viewModel.Message.Value = "Hello world"; // set a value
Console.WriteLine(viewModel.Message.Value); // get a value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment