ComponentLoadFailedEventArgs.Information Property

Definition

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.

Applies to