Udostępnij za pośrednictwem


CustomRetryStrategyData.Properties Property

Gets a ConfigurationPropertyCollection of the properties that are defined for this configuration element when implemented in a derived class.

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

Syntax

protected override ConfigurationPropertyCollection Properties { get; }
'Declaration
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
    Get
protected:
virtual property ConfigurationPropertyCollection^ Properties {
    ConfigurationPropertyCollection^ get () override;
}

Property Value

Type: ConfigurationPropertyCollection
A ConfigurationPropertyCollection of the properties that are defined for this configuration element when implemented in a derived class.

See Also

CustomRetryStrategyData Class

CustomRetryStrategyData Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace