ContainsCustomProperty()

IDocumentProperties::ContainsCustomProperty(System::String) method

Check presents of a custom property with a specified name.

virtual bool Aspose::Slides::IDocumentProperties::ContainsCustomProperty(System::String name)=0

Arguments

ParameterTypeDescription
nameSystem::StringName of a custom property to check.

Return Value

Return true if property exists, false overwise.

See Also