Aspose::Words::Layout::LayoutEnumerator::idx_get method

LayoutEnumerator::idx_get method

Gets a named property of the entity.

System::SharedPtr<System::Object> Aspose::Words::Layout::LayoutEnumerator::idx_get(const System::String &key)
ParameterTypeDescription
keyconst System::String&A name of the property (case-sensitive).

ReturnValue

Null if property is not available, otherwise value of the property.

See Also