Show / Hide Table of Contents

    Class ValueElement

    Represents a configuration element containing an arbitrary string value.

    Inheritance
    Object
    ValueElement
    Namespace: Nevatech.Vsb.Repository.Configuration
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class ValueElement : ConfigurationElement

    Constructors

    ValueElement()

    Declaration
    public ValueElement()

    Fields

    ValueAttributeName

    Name of the attribute representing Value property of the configuration element.

    Declaration
    public const string ValueAttributeName = "value"
    Field Value
    Type Description
    String

    Properties

    Properties

    Gets collection of configuration element properties.

    Declaration
    protected override ConfigurationPropertyCollection Properties { get; }
    Property Value
    Type Description
    ConfigurationPropertyCollection

    Value

    Gets or sets text value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    String
    Back to top Nevatech Sentinet 6.5 Online Documentation