SetLogLocationActive Method
See Also 
SourceCode.Hosting.Client Namespace > ManagementAPI Class : SetLogLocationActive Method



scope
name
active

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function SetLogLocationActive( _
   ByVal scope As String, _
   ByVal name As String, _
   ByVal active As Boolean _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ManagementAPI
Dim scope As String
Dim name As String
Dim active As Boolean
Dim value As Boolean
 
value = instance.SetLogLocationActive(scope, name, active)
C#  
public bool SetLogLocationActive( 
   string scope,
   string name,
   bool active
)
C++/CLI  
public:
bool SetLogLocationActive( 
   String^ scope,
   String^ name,
   bool active
) 

Parameters

scope
name
active

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