GetCustomPropertyName()

DocumentProperties::GetCustomPropertyName(int32_t) method

Return a custom property name at the specified index.

System::String Aspose::Slides::DocumentProperties::GetCustomPropertyName(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index of a custom property to get.

Return Value

Custom property name at the specified index.

See Also