IniDocument.CommentLineIndicator Property

TG.INI

IniDocumentCommentLineIndicator Property

Gets or Sets the string that indicates a line is a comment.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public string CommentLineIndicator { get; set; }
Public Property CommentLineIndicator As String
	Get
	Set
public:
property String^ CommentLineIndicator {
	String^ get ();
	void set (String^ value);
}
member CommentLineIndicator : string with get, set

Property Value

Type: String
See Also