Search Results for

    Show / Hide Table of Contents

    Class ValueElement

    Represents a configuration element containing an arbitrary string value.

    Inheritance
    object
    ConfigurationElement
    ValueElement
    Inherited Members
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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
    Overrides
    ConfigurationElement.Properties

    Value

    Gets or sets text value.

    Declaration
    [ConfigurationProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation