TaskName Property
See Also 
SourceCode.DeploymentTasks Namespace > TaskLogger Class : TaskName Property



Glossary Item Box

Gets the name of the task.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property TaskName As String
Visual Basic (Usage)Copy Code
Dim instance As TaskLogger
Dim value As String
 
value = instance.TaskName
C# 
protected string TaskName {get;}
C++/CLI 
protected:
property String^ TaskName {
   String^ get();
}

Property Value

The name of the task.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also