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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectBuildActionDefinition Structure
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace