 | ProgrammingLanguageCommentSymbol Property |
Gets or sets the comment symbol.
Namespace:
Novacta.Documentation.CodeExamples
Assembly:
Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntaxpublic string CommentSymbol { get; protected set; }
Public Property CommentSymbol As String
Get
Protected Set
public:
property String^ CommentSymbol {
String^ get ();
protected: void set (String^ value);
}
member CommentSymbol : string with get, set
Property Value
Type:
StringThe comment symbol.
See Also