SPRemoteBlobStorageSettings.ActiveProviderName property
The name of the SQL Remote Blob Storage provider new files will be stored in. This will be null if new files will not be stored using SQL Remote Blob storage.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ActiveProviderName As String
Get
'Usage
Dim instance As SPRemoteBlobStorageSettings
Dim value As String
value = instance.ActiveProviderName
public string ActiveProviderName { get; }
Property value
Type: System.String
A String with the name.
See also
Reference
SPRemoteBlobStorageSettings class