LocalizableConnectionConsumerAttribute class

This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance hierarchy

System.Object
  System.Attribute
    System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute
      Microsoft.Office.Excel.WebUI.LocalizableConnectionConsumerAttribute

Namespace:  Microsoft.Office.Excel.WebUI
Assembly:  Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Method)> _
Public NotInheritable Class LocalizableConnectionConsumerAttribute _
    Inherits ConnectionConsumerAttribute
'Usage
Dim instance As LocalizableConnectionConsumerAttribute
[AttributeUsageAttribute(AttributeTargets.Method)]
public sealed class LocalizableConnectionConsumerAttribute : ConnectionConsumerAttribute

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

Reference

LocalizableConnectionConsumerAttribute members

Microsoft.Office.Excel.WebUI namespace