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)
Syntaxpublic bool ContainsCustomProperty(
string name
)
Public Function ContainsCustomProperty (
name As String
) As Boolean
public:
virtual bool ContainsCustomProperty(
String^ name
) sealed
abstract ContainsCustomProperty :
name : string -> bool
override ContainsCustomProperty :
name : string -> bool
Parameters
- name
- Type: SystemString
Name of a custom property to check.
Return Value
Type:
BooleanReturn true if property exists, false overwise.
Implements
IDocumentPropertiesContainsCustomProperty(String)
See Also