Class ProviderOptions
Provider options
Inheritance
System.Object
ProviderOptions
Namespace: ImageVault.Common.Configuration
Assembly: ImageVault.Common.dll
Syntax
public class ProviderOptions : Object
Constructors
ProviderOptions()
Declaration
public ProviderOptions()
Properties
Name
Name of the provider
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Type of the provider
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |