Programming LanguageComment Symbol Property
Gets or sets the comment symbol.
Definition
Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
The comment symbol.
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public string CommentSymbol { get; protected set; }VB
Public Property CommentSymbol As String
Get
Protected SetC++
public:
property String^ CommentSymbol {
String^ get ();
protected: void set (String^ value);
}F#
member CommentSymbol : string with get, setProperty Value
StringThe comment symbol.