SPRemoteBlobStorageSettings.Enabled property
Allocates resources required to use Remote Blob Storage.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Enabled As Boolean
Get
'Usage
Dim instance As SPRemoteBlobStorageSettings
Dim value As Boolean
value = instance.Enabled
public bool Enabled { get; }
Property value
Type: System.Boolean
A Boolean value = true if allocation successful.
See also
Reference
SPRemoteBlobStorageSettings class