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: