Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022