DocumentPropertiesRemoveCustomProperty Method |
Remove a custom property associated with a specified name.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public bool RemoveCustomProperty(
string name
)
Public Function RemoveCustomProperty (
name As String
) As Boolean
public:
virtual bool RemoveCustomProperty(
String^ name
) sealed
abstract RemoveCustomProperty :
name : string -> bool
override RemoveCustomProperty :
name : string -> bool
Parameters
- name
- Type: SystemString
Name of a custom property to remove.
Return Value
Type:
BooleanReturn true if a property was removed, false overwise.
Implements
IDocumentPropertiesRemoveCustomProperty(String)See Also