Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsFileshare interface get or set the properties described below. For more information, see Interface Property Methods.
Property | Access | Method Prototype |
---|---|---|
CurrentUserCount | R/O | HRESULT get_CurrentUserCount ([out] LONG *plCurrentUserCount); |
Description | R/W | HRESULT get_Description ([out] BSTR *pbstrDescription);
HRESULT put_Description |
HostComputer | R/W | HRESULT get_HostComputer ([out] BSTR *pbstrHostComputer);
HRESULT put_HostComputer |
MaxUserCount | R/O | HRESULT get_MaxUserCount ([out] LONG *plMaxUserCount); |
Path | R/W | HRESULT get_Path ([out] BSTR *pbstrPath);
HRESULT put_Path |
ADSI FileShare Object, ADSI Service Object