LobSystem.SystemVersion Property
Gets or sets the version of the application definition.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property SystemVersion As String
Get
Set
'Usage
Dim instance As LobSystem
Dim value As String
value = instance.SystemVersion
instance.SystemVersion = value
public string SystemVersion { get; set; }
Property Value
Type: System.String
A string containing the version number in the format: major.minor[.build[.revision]].
Remarks
The Business Data Catalog prevents you from overwriting a system with the same name and a lower version number.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace