BlobRulesStoreData.Extensions Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[ConfigurationCollectionAttribute(typeof(AssemblyExtensionData))]
[ConfigurationPropertyAttribute("extensionAssemblies")]
[EnvironmentalOverridesAttribute(false)]
[EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.ElementCollectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime", 
    "System.Windows.FrameworkElement, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public AssemblyExtensionDataCollection Extensions { get; set; }
'Declaration
<ConfigurationCollectionAttribute(GetType(AssemblyExtensionData))> _
<ConfigurationPropertyAttribute("extensionAssemblies")> _
<EnvironmentalOverridesAttribute(False)> _
<EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.ElementCollectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime",  _
    "System.Windows.FrameworkElement, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> _
Public Property Extensions As AssemblyExtensionDataCollection
    Get
    Set
[ConfigurationCollectionAttribute(typeof(AssemblyExtensionData))]
[ConfigurationPropertyAttribute(L"extensionAssemblies")]
[EnvironmentalOverridesAttribute(false)]
[EditorAttribute(L"Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.ElementCollectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime", 
    L"System.Windows.FrameworkElement, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public:
property AssemblyExtensionDataCollection^ Extensions {
    AssemblyExtensionDataCollection^ get ();
    void set (AssemblyExtensionDataCollection^ value);
}

See Also

BlobRulesStoreData Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace