Returns a reference to an existing shared property identified by a string name.
ISharedPropertyGroup Interface
ISharedProperty getProperty (
String name,
);
name
[in] A string expression that contains the name of the shared property to retrieve.
A reference to the shared property specified in the name parameter, or null if the property doesn't exist.
You can use only the getProperty method to access properties that were created with the CreateProperty method. To access properties that were created with the CreatePropertyByPosition method, use the getPropertyByPosition method.
Sharing State, ISharedPropertyGroup::CreateProperty Method, ISharedPropertyGroup::CreatePropertyByPosition Method, ISharedPropertyGroup::get_PropertyByPosition Method