EntityClassGenerator.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.