Visual Basic (Declaration) | |
---|---|
<CompilerGeneratedAttribute()> <DisplayNameAttribute("Enable Log")> Public Property EnableLog As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[CompilerGeneratedAttribute()] [DisplayNameAttribute("Enable Log")] public bool EnableLog {get; set;} |
C++/CLI | |
---|---|
[CompilerGeneratedAttribute()] [DisplayNameAttribute("Enable Log")] public: property bool EnableLog { bool get(); void set (bool value); } |
Return Value
true
if service log is enabled; otherwise, false
.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family