GetCustomPropertyName()

IDocumentProperties::GetCustomPropertyName(int32_t) method

Return a custom property name at the specified index.

virtual System::String Aspose::Slides::IDocumentProperties::GetCustomPropertyName(int32_t index)=0

Arguments

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

Return Value

Custom property name at the specified index.

See Also