c# Programming Glossary: idspecified
VS2003 Web Reference for a WCF Service has Extra “IdSpecified” Parameter http://stackoverflow.com/questions/1184245/vs2003-web-reference-for-a-wcf-service-has-extra-idspecified-parameter Web Reference for a WCF Service has Extra &ldquo IdSpecified&rdquo Parameter I am developing a WCF service using VSTS 2008.. input parameter for a OperationContract method called IdSpecified bool type . I have tested that when specify IdSpecified to true.. IdSpecified bool type . I have tested that when specify IdSpecified to true the value of Id parameter will be passed to WCF server..
|