Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsSession interface get or set the properties described below. For more information, see Interface Property Methods.
Property | Access | Method Prototype |
---|---|---|
Computer | R/O | HRESULT get_Computer ([out] BSTR *pbstrComputer); |
ComputerPath | R/O | HRESULT get_ComputerPath ([out] BSTR *pbstrComputerPath); |
ConnectTime | R/O | HRESULT get_ConnectTime ([out] LONG *plConnectTime); |
IdleTime | R/O | HRESULT get_IdleTime ([out] LONG *plIdleTime); |
User | R/O | HRESULT get_User ([out] BSTR *pbstrUser); |
UserPath | R/O | HRESULT get_UserPath ([out] BSTR *pbstrUserPath); |
IADsFileServiceOperations::Sessions, ADSI Session Object