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