PropertyGeneratedEventArgs.ReturnType Property

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

Namespace:  System.Data.Services.Design
Assembly:  Microsoft.Data.Services.Design (in Microsoft.Data.Services.Design.dll)

Syntax

'Declaration
Public Property ReturnType As CodeTypeReference 
    Get 
    Set
'Usage
Dim instance As PropertyGeneratedEventArgs 
Dim value As CodeTypeReference 

value = instance.ReturnType

instance.ReturnType = value
public CodeTypeReference ReturnType { get; set; }
public:
property CodeTypeReference^ ReturnType {
    CodeTypeReference^ get ();
    void set (CodeTypeReference^ value);
}
member ReturnType : CodeTypeReference with get, set
function get ReturnType () : CodeTypeReference 
function set ReturnType (value : CodeTypeReference)

Property Value

Type: System.CodeDom.CodeTypeReference
Return type.

See Also

Reference

PropertyGeneratedEventArgs Class

System.Data.Services.Design Namespace