HotFix.HotFixID 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.
Unique identifier associated with a particular update.
public:
property System::String ^ HotFixID { System::String ^ get(); };
public:
property Platform::String ^ HotFixID { Platform::String ^ get(); };
public string HotFixID { get; }
member this.HotFixID : string
Public ReadOnly Property HotFixID As String