NET Logging Library
Builder Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > StringBuilderTarget Class : Builder Property
The contents of the string builder
Syntax
<XmlIgnoreAttribute()>
Public Property Builder As StringBuilder
Dim instance As StringBuilderTarget
Dim value As StringBuilder
 
instance.Builder = value
 
value = instance.Builder
[XmlIgnore()]
public StringBuilder Builder {get; set;}
[XmlIgnore()]
public:
property StringBuilder^ Builder {
   StringBuilder^ get();
   void set (    StringBuilder^ value);
}
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

Reference

StringBuilderTarget Class
StringBuilderTarget Members