PropertyGeneratedEventArgs.ReturnType Property

Definition

This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services.

public:
 property System::CodeDom::CodeTypeReference ^ ReturnType { System::CodeDom::CodeTypeReference ^ get(); void set(System::CodeDom::CodeTypeReference ^ value); };
public System.CodeDom.CodeTypeReference ReturnType { get; set; }
member this.ReturnType : System.CodeDom.CodeTypeReference with get, set
Public Property ReturnType As CodeTypeReference

Property Value

Return type.

Applies to