CommentInfo.BlockEnd Property

Definition

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

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

Property Value

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

Applies to