ContainsCustomProperty()

DocumentProperties::ContainsCustomProperty(System::String) method

Check presents of a custom property with a specified name.

bool Aspose::Slides::DocumentProperties::ContainsCustomProperty(System::String name) override

Arguments

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

Return Value

Return true if property exists, false overwise.

See Also