Share via


ProjectIdentifier.Name Property

Definition

Gets the name of the project.

public:
 property System::String ^ Name { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public string Name { get; }
[System.Runtime.Serialization.DataMember(Order=0)]
public string Name { get; init; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.Name : string
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.Name : string with get, set
Public ReadOnly Property Name As String
Public Property Name As String

Property Value

Attributes

Applies to