ControlPropertiesCollectionNamesOfProperties Property |
Returns the collection of properties names.
Read-only
ICollection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic ICollection NamesOfProperties { get; }
Public ReadOnly Property NamesOfProperties As ICollection
Get
public:
virtual property ICollection^ NamesOfProperties {
ICollection^ get () sealed;
}
abstract NamesOfProperties : ICollection with get
override NamesOfProperties : ICollection with get
Property Value
Type:
ICollectionImplements
IControlPropertiesCollectionNamesOfProperties
See Also