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