CustomLogField Class

 

Namespace:   Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Administration.ConfigurationElement
    Microsoft.Web.Administration.CustomLogField

Syntax

public sealed class CustomLogField : ConfigurationElement
public ref class CustomLogField sealed : ConfigurationElement
[<Sealed>]
type CustomLogField = 
    class
        inherit ConfigurationElement
    end
Public NotInheritable Class CustomLogField
    Inherits ConfigurationElement

Constructors

Name Description
System_CAPS_pubmethod CustomLogField()

Properties

Name Description
System_CAPS_pubproperty Attributes

Gets a configuration attribute collection that contains the list of attributes for this element.(Inherited from ConfigurationElement.)

System_CAPS_pubproperty ChildElements

Gets all the child elements of the current element.(Inherited from ConfigurationElement.)

System_CAPS_pubproperty IsLocallyStored

Gets a value indicating whether the configuration element is stored in a particular configuration file.(Inherited from ConfigurationElement.)

System_CAPS_pubproperty Item[String]

Gets or sets an attribute with the specified name.(Inherited from ConfigurationElement.)

System_CAPS_pubproperty LogFieldName

System_CAPS_pubproperty Methods

Gets a collection of methods for the configuration element. (Inherited from ConfigurationElement.)

System_CAPS_pubproperty Schema

Gets the schema for the current element.(Inherited from ConfigurationElement.)

System_CAPS_pubproperty SourceName

System_CAPS_pubproperty SourceType

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetAttribute(String)

Returns a ConfigurationAttribute object that represents the requested attribute.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod GetAttributeValue(String)

Returns the value of the specified attribute.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod GetChildElement(String)

Returns a child element that is under the current configuration element and has the specified name.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod GetChildElement(String, Type)

Returns a child element that is under the current configuration element and has the specified name and type.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod GetCollection()

Returns the default collection for the current configuration element.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod GetCollection(String)

Returns all configuration elements that belong to the current configuration element.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod GetCollection(String, Type)

Returns the configuration element that has the specified name and type and is under the current configuration element.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod GetCollection(Type)

Returns the configuration element that has the specified type and is under the current configuration element.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMetadata(String)

Returns metadata values from the element schema.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SetAttributeValue(String, Object)

Sets the value of the specified attribute.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod SetMetadata(String, Object)

Sets metadata values from the element schema.(Inherited from ConfigurationElement.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Administration Namespace

Return to top