LocalizableConnectionConsumerAttribute.DisplayName Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As LocalizableConnectionConsumerAttribute
Dim value As String
value = instance.DisplayName
public override string DisplayName { get; }
Property Value
Type: System.String
Returns String.
See Also
Reference
LocalizableConnectionConsumerAttribute Class