Help.HxSession Property
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.
Returns the HxSession
object.
public:
property System::Object ^ HxSession { System::Object ^ get(); };
public:
property Platform::Object ^ HxSession { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(25)]
public object HxSession { [System.Runtime.InteropServices.DispId(25)] get; }
[<System.Runtime.InteropServices.DispId(25)>]
[<get: System.Runtime.InteropServices.DispId(25)>]
member this.HxSession : obj
Public ReadOnly Property HxSession As Object
Property Value
Do not use.
- Attributes
Remarks
This parameter is deprecated. See HxSession for information about the current implementation.
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.