Online and CHM
BeginMultiLineComment Property (CParser)



KellermanSoftware.StaticCodeAnalysis.Languages Namespace > CParser Class : BeginMultiLineComment Property
Characters that begin a multi line comment
Syntax
'Declaration
 
Public Overrides ReadOnly Property BeginMultiLineComment As String
'Usage
 
Dim instance As CParser
Dim value As String
 
value = instance.BeginMultiLineComment
public override string BeginMultiLineComment {get;}
public:
property String^ BeginMultiLineComment {
   String^ get() override;
}
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

CParser Class
CParser Members