DocumentPropertiesContainsCustomProperty Method

Check presents of a custom property with a specified name.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool ContainsCustomProperty(
	string name
)

Parameters

name
Type: SystemString
Name of a custom property to check.

Return Value

Type: Boolean
Return true if property exists, false overwise.

Implements

IDocumentPropertiesContainsCustomProperty(String)
See Also