Share via


LocalizablePropertyDisplayNameAttribute.DisplayName Property

Gets the display name of the LocalizablePropertyDisplayNameAttribute.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property DisplayName As String 
    Get
'Usage
Dim instance As LocalizablePropertyDisplayNameAttribute 
Dim value As String 

value = instance.DisplayName
public override string DisplayName { get; }
public:
virtual property String^ DisplayName {
    String^ get () override;
}
abstract DisplayName : string 
override DisplayName : string
override function get DisplayName () : String

Property Value

Type: System.String
The display name of the LocalizablePropertyDisplayNameAttribute.

See Also

Reference

LocalizablePropertyDisplayNameAttribute Class

Microsoft.SqlServer.Dts.Runtime.Localization Namespace