'Declaration
<NotNullAttribute()> Property Target As Object
'Usage
Dim instance As _GetCertificatesEventArgs Dim value As Object instance.Target = value value = instance.Target
[NotNull()] object Target {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).