So I have datacontracts with datamembers that are strings. And I've coded the StringLength() attribute on those datamembers. Is there a way to get that StringLength attribute from the client? I don't see anything that got GENERATED into the service proxy interface code.
If the client can't get it directly, could a service method be written that could get the attributes?