PropertyGeneratedEventArgs.ReturnType Property

Definition

Gets or sets the type of the property.

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

The type of the property.

Remarks

This property returns the common language runtime (CLR) equivalent type of the property. It can also be used to specify a new base type. This property applies only to navigation properties.

Applies to

See also