Persistate API documentation
GetProjectFramework Method (project)
NamespacesPersistateIDevelopmentEnvironmentGetProjectFramework(Object)

[This is preliminary documentation and is subject to change.]

Gets a string containing the framework version used by a particular project.
Declaration Syntax
C#
string GetProjectFramework(
	Object project
)
Parameters
project (Object)
An object representing the project. This can be obtained using the GetProject method.
Return Value
A string in the format "Vn.n", for example V2.0, V3.5 or V4.0.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)