Hello everyone,
Suppose I have a method and the return type is enum, my question is should I declare the enum as DataContract or not?
Samples like, in the sample, OrderStatus is an enum data type,
OrderStatus Poll(string queryID);
Should I declare OrderStatus enum type as DataContract?
thanks in advance, George