'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetTarget( _ ByVal target As Object _ )
'Usage
Dim instance As GetCertificatesEventArgs Dim target As Object instance.SetTarget(target)
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetTarget( object target )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetTarget( Object^ target )
Parameters
- target
- The target to be set.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).