SolutionDetails.PreviousPatchSolutionsNames 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 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