TaskLogging Property
See Also 
SourceCode.DeploymentTasks.NotificationService Namespace > Common Class : TaskLogging Property



Glossary Item Box

Gets or sets the task logging.

Syntax

Visual Basic (Declaration) 
Public Property TaskLogging As TaskLogger
Visual Basic (Usage)Copy Code
Dim instance As Common
Dim value As TaskLogger
 
instance.TaskLogging = value
 
value = instance.TaskLogging
C# 
public TaskLogger TaskLogging {get; set;}
C++/CLI 
public:
property TaskLogger^ TaskLogging {
   TaskLogger^ get();
   void set (    TaskLogger^ value);
}

Property Value

The task logging.

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