ComponentLoadFailedEventArgs.Information 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.
Returns a list of components in the RevocationAndRenewalInformation object that need to be revoked and renewed with updated components.
public:
property RevocationAndRenewalInformation ^ Information { RevocationAndRenewalInformation ^ get(); };
RevocationAndRenewalInformation Information();
public RevocationAndRenewalInformation Information { get; }
var revocationAndRenewalInformation = componentLoadFailedEventArgs.information;
Public ReadOnly Property Information As RevocationAndRenewalInformation
Property Value
An object that contains a list of components to be revoked and renewed with updated components.