Returns a reference to an existing shared property identified by its numeric index within the property group.
ISharedPropertyGroup Interface
ISharedProperty getPropertyByPosition (
INT index,
);
index
[in] The numeric index within the SharedPropertyGroup of the property to retrieve.
A reference to the shared property specified by the index parameter, or null if the property doesn't exist.
You can use only the getPropertyByPosition method to access properties that were created with the CreatePropertyByPosition method. To access properties that were created with the CreateProperty method, use the getProperty method.
Sharing State, ISharedPropertyGroup::CreateProperty Method, ISharedPropertyGroup::CreatePropertyByPosition Method, ISharedPropertyGroup::get_Property Method