LocalSecureStoreProviderInformation.AssemblyName Property
Gets or sets the assembly name 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 AssemblyName As String
Get
Set
'Usage
Dim instance As LocalSecureStoreProviderInformation
Dim value As String
value = instance.AssemblyName
instance.AssemblyName = value
public string AssemblyName { get; set; }
Property Value
Type: System.String
The assembly name of the local Secure Store provider.
Implements
ISecureStoreProviderInformation.AssemblyName
See Also
Reference
LocalSecureStoreProviderInformation Class
LocalSecureStoreProviderInformation Members
Microsoft.Office.BusinessData.Infrastructure.SecureStore Namespace