EntityClassGenerator.Version Property

Definition

Gets or sets the version of WCF Data Services that the generated code targets.

public:
 property System::Data::Services::Design::DataServiceCodeVersion Version { System::Data::Services::Design::DataServiceCodeVersion get(); void set(System::Data::Services::Design::DataServiceCodeVersion value); };
public System.Data.Services.Design.DataServiceCodeVersion Version { get; set; }
member this.Version : System.Data.Services.Design.DataServiceCodeVersion with get, set
Public Property Version As DataServiceCodeVersion

Property Value

A DataServiceCodeVersion value that indicates the version of the generated code.

Applies to