DatabaseProjectBuildActionConverter.DeploymentExtensionConfigurationDisplayName Property
Gets the localized display name for DeploymentExtensionConfiguration build actions.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DeploymentExtensionConfigurationDisplayName As String
public static string DeploymentExtensionConfigurationDisplayName { get; }
public:
static property String^ DeploymentExtensionConfigurationDisplayName {
String^ get ();
}
static member DeploymentExtensionConfigurationDisplayName : string
static function get DeploymentExtensionConfigurationDisplayName () : 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
DatabaseProjectBuildActionConverter Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace