TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Stephen Alistoun
NA
1
1.8k
How do i get property of object
Dec 11 2012 10:36 AM
Hi all,
The object has properties like amount, description but how do I get these properties in C#.
getfineresponse = fineClient.GetFinesInclDependents(AuthHeader);
foreach (Object o in getfineresponse.Infringements)
{
//How do i get property of object
var t = o.GetType();
}
Reply
Answers (
1
)
I need help with embedded sql and c#. How does C# implement embedded sql?
Upload excel from my website to SQL server