DkmClrValue.Alias Property

Definition

[Optional] The alias for this value. If the object has not been assigned an alias, this value will be null.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property System::String ^ Alias { System::String ^ get(); };
public:
 property Platform::String ^ Alias { Platform::String ^ get(); };
public string Alias { get; }
public string? Alias { get; }
member this.Alias : string
Public ReadOnly Property Alias As String

Property Value

Applies to