ProjectPropertyInstance.Name Property

Definition

Name of the property

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

Property Value

String

The name of this property.

Remarks

This cannot be set, as it is used as the key into the project's properties table.

Applies to