DisplayName Property

MSBuild

Gets a friendly name for the service.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Output>
Public ReadOnly Property DisplayName As String
C#
[Output]
public string DisplayName { get; }
C++
[Output]
public property string DisplayName sealed  {
    String get();
}
J#
/** @attribute Output() */
/** property */
public string get_DisplayName();
JScript
public function get DisplayName() : String

Property Value

The name of the display.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.