The methods of the IADsNamespaces interface read and write the properties described in this topic. For more information see Interface Property Methods.
Property | Access | Method Prototype |
---|---|---|
DefaultContainer | R/W | HRESULT get_Default ([out] BSTR *pbstrDefault);
HRESULT put_Default |
Notes to Callers The bstrClass parameter in IADsContainer::GetObject is ignored. Enumerating the namespaces container object always yields the list of provider namespace objects.
Notes to Implementers IADsContainer::GetObject takes a bstrClass parameter that allows the caller to specify the type of object to look for. Because the namespaces object contains only namespace objects, this parameter should be ignored.