Share via


CollectedValueTuple.Name Property

Namespace:  Microsoft.HistoricalDebuggerHost
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CollectedValueTuple Class

Microsoft.HistoricalDebuggerHost Namespace