ISecureStoreProviderInformation.Version Property
Gets the version information.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Version As String
Get
'Usage
Dim instance As ISecureStoreProviderInformation
Dim value As String
value = instance.Version
string Version { get; }
Property Value
Type: System.String
The version information.
See Also
Reference
ISecureStoreProviderInformation Interface