VendorObject (Read Only) |
Top Previous Next |
Returns the VendorObject for the current Session. This property returns different objects according to the object who calls it.
VB.NET
[Telnet =] Screen.VendorObject
[Telnet =] Session.VendorObject
[OIA =] OIA.VendorObject
[Sessions =] Sessions.VendorObject
[Field =] Field.VendorObject
C#
[Telnet =] Screen.VendorObject;
[Telnet =] Session.VendorObject;
[OIA =] OIA.VendorObject;
[Sessions =] Sessions.VendorObject;
[Field =] Field.VendorObject;
|