Gets or sets the block comment start mark.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public string BlockCommentStartMark { get; set; }
public string BlockCommentStartMark { get; set; }
Public Property BlockCommentStartMark As String
Get
Set
Public Property BlockCommentStartMark As String
Get
Set
public:
property String^ BlockCommentStartMark {
String^ get ();
void set (String^ value);
}
public:
property String^ BlockCommentStartMark {
String^ get ();
void set (String^ value);
}
Field Value
The block comment start mark.