CustomRetryStrategyData.Attributes Property
Gets custom configuration attributes.
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
public NameValueCollection Attributes { get; }
'Declaration
Public ReadOnly Property Attributes As NameValueCollection
Get
public:
virtual property NameValueCollection^ Attributes {
NameValueCollection^ get () sealed;
}
Property Value
Type: NameValueCollection
Implements
ICustomProviderData.Attributes
See Also
CustomRetryStrategyData Members
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace