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