Gets a property name at the specified index of the collection.
[Visual Basic]Public Function GetPropertyName( _
ByVal
index As
Integer _
) As
String [C#]public
string GetPropertyName(
int index);
Parameters
- index
- The zero-based index of a property to get.
Return Value
Property name at the specified index of the collection.
Exceptions
See Also
DocumentProperties Class | Aspose.Tasks Namespace