ServiceType.ObjectType Property

Definition

Gets the object Type that is passed to the Web Services Description Language (WSDL) generator.

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

Property Value

The object Type that the current ServiceType was created for.

Applies to