IADsFileService Property Methods

Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsFileService interface get or set the properties described below. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Access Method Prototype
Description R/W HRESULT get_Description
([out] BSTR *pbstrDescription);

HRESULT put_Description
([in] BSTR bstrDescription);

MaxUserCount R/W HRESULT get_MaxUserCount
([out] LONG *plMaxUserCount);

HRESULT put_MaxUserCount
([in] LONG lMaxUserCount);


Property Descriptions

Description
Gets and sets the description of the file service.
MaxUserCount
Gets and sets the maximum number of users allowed on the service at one time.

See Also

IADsService, IADsFileServiceOperations, IADsServiceOperations, ADSI Service Object