SecureStoreServiceApplication.ApplicationVersion Property
Gets the version of the current application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ApplicationVersion As Version
Get
'Usage
Dim instance As SecureStoreServiceApplication
Dim value As Version
value = instance.ApplicationVersion
public override Version ApplicationVersion { get; }
Property Value
Type: System.Version
The version of the current application.
See Also
Reference
SecureStoreServiceApplication Class