NET Logging Library
Caption Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > MessageBoxTarget Class : Caption Property
The caption to put on the message box
Syntax
<XmlIgnoreAttribute()>
Public Property Caption As String
Dim instance As MessageBoxTarget
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
[XmlIgnore()]
public string Caption {get; set;}
[XmlIgnore()]
public:
property String^ Caption {
   String^ get();
   void set (    String^ 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

MessageBoxTarget Class
MessageBoxTarget Members