Breakpoint3.Tag Property

Definition

Sets or gets a user-defined string that identifyies this breakpoint.

public:
 property System::String ^ Tag { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Tag { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(114)]
public string Tag { [System.Runtime.InteropServices.DispId(114)] get; [System.Runtime.InteropServices.DispId(114)] set; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
[<set: System.Runtime.InteropServices.DispId(114)>]
member this.Tag : string with get, set
Public Property Tag As String

Property Value

A string that contains the breakpoint tag.

Implements

Tag
Attributes

Remarks

See Tag.

Applies to