DocumentPropertiesItem Property

Returns or sets the custom property associated with a specified name. Read/write Object.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public Object this[
	string name
] { get; set; }

Parameters

name
Type: SystemString

Property Value

Type: Object

Implements

IDocumentPropertiesItemString
Remarks
Value can be int, float, string, bool or DateTime.
See Also