ServiceKnownTypeAttribute.DeclaringType Property

Definition

Gets the type that contains the methods that return the known types.

public:
 property Type ^ DeclaringType { Type ^ get(); };
public Type DeclaringType { get; }
member this.DeclaringType : Type
Public ReadOnly Property DeclaringType As Type

Property Value

The Type that contains the methods that return the known types.

Applies to