| OptionsBlockCommentBeginSymbol Property |
[This is preliminary documentation and is subject to change.]
Block Comment beginning literal symbol
Default: *
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public string BlockCommentBeginSymbol { get; set; }
Public Property BlockCommentBeginSymbol As String
Get
Set
public:
property String^ BlockCommentBeginSymbol {
String^ get ();
void set (String^ value);
}
member BlockCommentBeginSymbol : string with get, set
Property Value
Type:
StringSee Also