A real quick one, but handy if you cant remember.
Picklist list = new Picklist();
list.IsNull = true;
list.IsNullSpecified = true;
Enjoy
Jonathan
A real quick one, but handy if you cant remember.
Picklist list = new Picklist();
list.IsNull = true;
list.IsNullSpecified = true;
Enjoy
Jonathan