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)
Syntaxpublic Object this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As Object
Get
Set
public:
virtual property Object^ default[String^ name] {
Object^ get (String^ name) sealed;
void set (String^ name, Object^ value) sealed;
}
abstract Item : Object with get, set
override Item : Object with get, set
Parameters
- name
- Type: SystemString
Property Value
Type:
ObjectImplements
IDocumentPropertiesItemString
Remarks
Value can be int, float, string, bool or DateTime.
See Also