DocumentPropertiesGetCustomPropertyName Method |
Return a custom property name at the specified index.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string GetCustomPropertyName(
int index
)
Public Function GetCustomPropertyName (
index As Integer
) As String
public:
virtual String^ GetCustomPropertyName(
int index
) sealed
abstract GetCustomPropertyName :
index : int -> string
override GetCustomPropertyName :
index : int -> string
Parameters
- index
- Type: SystemInt32
The zero-based index of a custom property to get.
Return Value
Type:
StringCustom property name at the specified index.
Implements
IDocumentPropertiesGetCustomPropertyName(Int32)
Exceptions
See Also