BdcServiceApplication.ApplicationVersion Property
Gets the version of the BDC service application.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ApplicationVersion As Version
Get
'Usage
Dim instance As BdcServiceApplication
Dim value As Version
value = instance.ApplicationVersion
public override Version ApplicationVersion { get; }
Property Value
Type: System.Version
The version of the BDC service application.