Click here to Skip to main content
15,887,881 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Call or access the MCLELDescription property from different projects

"MCLELDescription" is declared in class library project

What I have tried:

public class ClusterDetails
{
public ObservableCollection<SelectListItem> Parameters;
public string MCLELDescription { get; set; }
}
Posted
Updated 14-Mar-16 23:18pm
v2
Comments
John C Rayan 14-Mar-16 10:11am    
Elobrate. Your question is not very clear.
Sathish km 14-Mar-16 23:46pm    
update my question

1 solution

Add reference of the library project and then with using <namespace> in your code you can pass the class ClusterDetails to View.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900