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