ClientInfo.PatchIds 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 the list of patches that the client has installed.
public:
property cli::array <Guid> ^ PatchIds { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
public Guid[] PatchIds { get; set; }
member this.PatchIds : Guid[] with get, set
Public Property PatchIds As Guid()
Property Value
Guid[]
The list of patched applied.