Class BlobStorageProviderElement
Inheritance
System.Object
BlobStorageProviderElement
Namespace: Mediachase.BusinessFoundation.Blob.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
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. |