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.
| Property | Access | Method Prototype | 
|---|---|---|
| Description | R/W | HRESULT get_Description ([out] BSTR *pbstrDescription); 
HRESULT put_Description  | 
| MaxUserCount | R/W | HRESULT get_MaxUserCount ([out] LONG *plMaxUserCount); 
HRESULT put_MaxUserCount  | 
IADsService, IADsFileServiceOperations, IADsServiceOperations, ADSI Service Object