Share via


Solution.SolutionUniqueName Property

Definition

Gets or sets the unique name of the solution. Required

public:
 property System::String ^ SolutionUniqueName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true, Order=3)]
public string SolutionUniqueName { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Order=3)>]
member this.SolutionUniqueName : string with get, set
Public Property SolutionUniqueName As String

Property Value

Attributes

Applies to