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
Documentation version 1.0.0.0.