Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsResource interface get or set the properties described below. For more information, see Interface Property Methods.
Property | Access | Method Prototype |
---|---|---|
LockCount | R/O | HRESULT get_LockCount ([out] LONG *plLockCount); |
Path | R/O | HRESULT get_Path ([out] BSTR *pbstrPath); |
User | R/O | HRESULT get_User ([out] BSTR *pbstrUser); |
UserPath | R/O | HRESULT get_UserPath ([out] BSTR *pbstrUserPath); |
IADsFileServiceOperations::Resources, ADSI Resource Object