This document is archived and information here might be outdated. Recommended version. |
Indicates if the locator propertries been retrieved.
[Visual Basic .NET] Public Property LocatorPropsRetrieved As Boolean
[C#] public bool LocatorPropsRetrieved {get; set;}
[C++]
HRESULT get_LocatorPropsRetrieved(
Boolean* propsRetrieved
);
[C++]
HRESULT put_LocatorPropsRetrieved(
VARIANT_BOOL propsRetrieved
);
[C++]
Parameters propsRetrieved [out, retval]
propsRetrieved is a parameter of type bool* propsRetrieved [in]
propsRetrieved is a parameter of type bool