Cocktail Help Reference
SkippableNames Property
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > DefaultDebugLogger Class : SkippableNames Property



Glossary Item Box

Collection of type member names that should not be logged (should be skipped).

Syntax

Visual Basic (Declaration) 
Public Shared Property SkippableNames As ICollection(Of String)
Visual Basic (Usage)Copy Code
Dim value As ICollection(Of String)
 
DefaultDebugLogger.SkippableNames = value
 
value = DefaultDebugLogger.SkippableNames
C# 
public static ICollection<string> SkippableNames {get; set;}
C++/CLI 
public:
static property ICollection<String^>^ SkippableNames {
   ICollection<String^>^ get();
   void set (    ICollection<String^>^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.