Udostępnij za pośrednictwem


ProjectIdentifier.DisplayName Property

Definition

Gets the human-readable combination of the Name and Context.

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

Property Value

Remarks

Displayed as "Name" if Context is null or "Name (Context)" otherwise.

Applies to