xInfo.webSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
webSession() | |
webSession(Object) |
webSession()
public:
virtual System::Object ^ webSession();
public virtual object webSession ();
abstract member webSession : unit -> obj
override this.webSession : unit -> obj
Public Overridable Function webSession () As Object
Returns
Applies to
webSession(Object)
public:
virtual System::Object ^ webSession(System::Object ^ _value);
public virtual object webSession (object _value);
abstract member webSession : obj -> obj
override this.webSession : obj -> obj
Public Overridable Function webSession (_value As Object) As Object
Parameters
- _value
- Object