DtsLocalizableAttribute.DisplayName プロパティ

定義

DtsLocalizableAttribute の表示名を取得します。値の設定も可能です。

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public string DisplayName { get; set; }
member this.DisplayName : string with get, set
Public Property DisplayName As String

プロパティ値

DtsLocalizableAttribute の表示名です。

適用対象