System.ServiceModel.ServiceKnownTypeAttribute public sealed class ServiceKnownTypeAttribute : Attribute Documentation Code public Type DeclaringType { get; } public string MethodName { get; } public Type Type { get; } public ServiceKnownTypeAttribute(string methodName) public ServiceKnownTypeAttribute(string methodName, Type declaringType) public ServiceKnownTypeAttribute(Type type)