Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceKnownTypeAttribute Constructor

 

Initializes a new instance of the ServiceKnownTypeAttribute class.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodServiceKnownTypeAttribute(String^)

Initializes a new instance of the ServiceKnownTypeAttribute class and specifies the name of a method that returns the known types.

System_CAPS_pubmethodServiceKnownTypeAttribute(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.

System_CAPS_pubmethodServiceKnownTypeAttribute(Type^)

Initializes a new instance of the ServiceKnownTypeAttribute class with the specified known type.

Return to top
Show:
© 2017 Microsoft