Share via


DatabaseProjectBuildActionDefinition.BuildActionLocalizedName Property

Gets or sets the localized name of the build action as it appears in the property window.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property BuildActionLocalizedName As String
public string BuildActionLocalizedName { get; set; }
public:
property String^ BuildActionLocalizedName {
    String^ get ();
    void set (String^ value);
}
member BuildActionLocalizedName : string with get, set
function get BuildActionLocalizedName () : String
function set BuildActionLocalizedName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseProjectBuildActionDefinition Structure

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace