I would like to know to get the value of Optionset that have 4 values.
if (entity.Contains("new_priority"))
{
String Priority = entity["new_ priority"].ToString();
}
hussain
I would like to know to get the value of Optionset that have 4 values.
if (entity.Contains("new_priority"))
{
String Priority = entity["new_ priority"].ToString();
}
hussain