Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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