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.
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