What's Changed?
HeaderFormat Property



KellermanSoftware.WhatsChanged Namespace > OutputTextLogic Class : HeaderFormat Property
Change the header. Defaults to: What's Changed? by Kellerman Software [{0} Difference(s)]\r\nOriginal: {1}\r\nChanged: {2}
Syntax
Public Property HeaderFormat As String
Dim instance As OutputTextLogic
Dim value As String
 
instance.HeaderFormat = value
 
value = instance.HeaderFormat
public string HeaderFormat {get; set;}
public:
property String^ HeaderFormat {
   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

OutputTextLogic Class
OutputTextLogic Members