Gets the block comment end mark.
Namespace: CleanCode.ChameleonRichTextBoxControlsAssembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
public string BlockCommentEndMark { get; private set; }
public string BlockCommentEndMark { get; private set; }
Public Property BlockCommentEndMark As String
Get
Private Set
Public Property BlockCommentEndMark As String
Get
Private Set
public:
property String^ BlockCommentEndMark {
String^ get ();
private: void set (String^ value);
}
public:
property String^ BlockCommentEndMark {
String^ get ();
private: void set (String^ value);
}
Field Value
The block comment end mark.