LocalSecureStoreProviderInformation.Version Property
Gets or sets the version of the local Secure Store provider.
Namespace: Microsoft.Office.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Property Version As String
Get
Set
'Usage
Dim instance As LocalSecureStoreProviderInformation
Dim value As String
value = instance.Version
instance.Version = value
public string Version { get; set; }
Property Value
Type: System.String
The version of the local Secure Store provider.
Implements
ISecureStoreProviderInformation.Version
See Also
Reference
LocalSecureStoreProviderInformation Class
LocalSecureStoreProviderInformation Members
Microsoft.Office.BusinessData.Infrastructure.SecureStore Namespace