I have set my contract name value
[DataContract(Name = "ObjectTypes", Namespace = ""), KnownType(typeof(BaseFunctions))]
How do I get the value of the name attribute at runtime?
Thank you.
I have set my contract name value
[DataContract(Name = "ObjectTypes", Namespace = ""), KnownType(typeof(BaseFunctions))]
How do I get the value of the name attribute at runtime?
Thank you.