NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Delegate.Target

Gets the target of the Delegate.

[Visual Basic]
Public ReadOnly Property Target As Object
[C#]
public object Target {get;}
[C++]
public: __property Object* get_Target();
[JScript]
public function get Target() : Object;

Property Value

The target of the Delegate.

Remarks

The target object of a Delegate representing an instance method is an instance of a class.

The target object of a Delegate representing a static method is a class.

See Also

Delegate Class | Delegate Members | System Namespace