London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BlobStorageProviderElement

Inheritance
System.Object
BlobStorageProviderElement
Namespace: Mediachase.BusinessFoundation.Blob.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class BlobStorageProviderElement : ConfigurationElement

Constructors

BlobStorageProviderElement()

Declaration
public BlobStorageProviderElement()

Properties

DefaultProviderName

Gets or sets the default provider.

Declaration
public string DefaultProviderName { get; set; }
Property Value
Type Description
System.String

The default provider.

ProvidersSetting

Gets the providers.

Declaration
public ProviderSettingsCollection ProvidersSetting { get; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

The providers.