BuildActionConverter.PropertiesFileDisplayName Property

Gets the properties file display name.

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

Syntax

'Declaration
Public Shared ReadOnly Property PropertiesFileDisplayName As String
    Get
'Usage
Dim value As String

value = BuildActionConverter.PropertiesFileDisplayName
public static string PropertiesFileDisplayName { get; }
public:
static property String^ PropertiesFileDisplayName {
    String^ get ();
}
static function get PropertiesFileDisplayName () : String
static member PropertiesFileDisplayName : string

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildActionConverter Class

BuildActionConverter Members

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