Online and CHM
EndMultiLineComment Property (JavaScriptParser)



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

JavaScriptParser Class
JavaScriptParser Members