SPRemoteBlobStorageSettings.Enabled Property
Allocates resources required to use Remote Blob Storage.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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