Share via


ServiceRegistration.DebuggerDisplay Property

Definition

Gets the string to use in a DebuggerDisplayAttribute.

protected:
 property System::String ^ DebuggerDisplay { System::String ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
protected string DebuggerDisplay { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.DebuggerDisplay : string
Protected ReadOnly Property DebuggerDisplay As String

Property Value

Attributes

Applies to