complete
Active member
- Joined
- Oct 24, 2012
- Messages
- 37
- Programming Experience
- 3-5
What is the proper way to declare a Microsoft class to use in my code. The quick and dirty way I am doing it here, I know, is not correct
> Microsoft SharePoint.Client.List newList = null;
I think it is something like this
> Microsoft.SharePoint.Client.List newList = new Microsoft.SharePoint.Client.List();
Basically, the warning message I am getting makes me uncomfortable:
> Microsoft SharePoint.Client.List newList = null;
I think it is something like this
> Microsoft.SharePoint.Client.List newList = new Microsoft.SharePoint.Client.List();
Basically, the warning message I am getting makes me uncomfortable: