ServiceKnownTypeAttribute Constructor
Initializes a new instance of the ServiceKnownTypeAttribute class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | ServiceKnownTypeAttribute(String^) | Initializes a new instance of the ServiceKnownTypeAttribute class and specifies the name of a method that returns the known types. |
![]() | ServiceKnownTypeAttribute(String^, Type^) | Initializes a new instance of the ServiceKnownTypeAttribute class with the name of a method that returns the known types and the type that contains the method (or methods) that returns the known types. |
![]() | ServiceKnownTypeAttribute(Type^) | Initializes a new instance of the ServiceKnownTypeAttribute class with the specified known type. |
