CustomerKeyVaultInfo.VaultName property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property VaultName As String
Get
Set
'Usage
Dim instance As CustomerKeyVaultInfo
Dim value As String
value = instance.VaultName
instance.VaultName = value
public string VaultName { get; set; }
Property value
Type: System.String