Share via


LogCallHandlerCategoryEntry.Name Property

Gets or sets the name of the element.

Namespace: Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.PolicyInjection (in Microsoft.Practices.EnterpriseLibrary.PolicyInjection.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public override string Name { get; set; }
'Declaration
Public Overrides Property Name As String
    Get
    Set
public:
virtual property String^ Name {
    String^ get () override;
    void set (String^ value) override;
}

Property Value

Type: String
The name of the element.

Implements

IObjectWithName.Name

Remarks

Overridden in order to annotate with design-time attribute.

See Also

LogCallHandlerCategoryEntry Class

LogCallHandlerCategoryEntry Members

Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration Namespace