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
- 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
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace