Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
Default value for a property
Mike Steve
9y
808
1
Reply
It is possible assign default value to property like below?
//private int myInteger = 12345; // I don't want this local variable
but I want to assign a default value to below one
Public int MyInteger
{
get;
set;
}
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
Nested webgrid in asp.net mvc
Windows Media Player ActiveX control in .NET 4.0