CommentInfo.BlockStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.