Specifies the current version string corresponding to the ObjectStore's database schema.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SchemaVersion As String
C#
string SchemaVersion { get; }
Visual C++
property String^ SchemaVersion {
	String^ get ();
}
JavaScript
function get_schemaVersion();

ToggleRemarks

ToggleSee Also