SolutionDetails.PreviousPatchSolutionsNames Property

Definition

Gets or sets a collection of previous names for the solution patch.

public:
 property System::Collections::Generic::List<System::String ^> ^ PreviousPatchSolutionsNames { System::Collections::Generic::List<System::String ^> ^ get(); void set(System::Collections::Generic::List<System::String ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<string> PreviousPatchSolutionsNames { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PreviousPatchSolutionsNames : System.Collections.Generic.List<string> with get, set
Public Property PreviousPatchSolutionsNames As List(Of String)

Property Value

Attributes

Applies to