Advertisement
Guest User

Untitled

a guest
Apr 26th, 2011
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.41 KB | None | 0 0
  1. #region Properties
  2.  
  3.         /// <summary>
  4.         /// The unique ID for the object
  5.         /// </summary>
  6.         string Id { get; set; }
  7.  
  8.         /// <summary>
  9.         /// The page's name
  10.         /// </summary>
  11.         string Name { get; set; }
  12.  
  13.         /// <summary>
  14.         /// Location attached to this page
  15.         /// </summary>
  16.         ILocation Locale { get; set; }
  17.  
  18. #endregion // Properties
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement