ProjectIdentifier.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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