CommentInfo.BlockStart Property

Definition

Specifies the string of characters that define the start of a block comment.

public:
 property System::String ^ BlockStart { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ BlockStart { Platform::String ^ get(); void set(Platform::String ^ value); };
public string BlockStart { get; set; }
member this.BlockStart : string with get, set
Public Property BlockStart As String

Property Value

Returns the string of characters that define the start of a block comment.

Applies to