/ Published in: C#
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
private [[Data Type]] _[[Property Name]];
public [[Data Type]] [[Property Name]]
{
get { return _[[Property Name]]; }
set { _[[Property Name]] = value; }
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                