Gets class id of this control.
Read-only
Guid.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Guid ClassId { get; set; }
Public Property ClassId As Guid
Get
Set
public:
virtual property Guid ClassId {
Guid get () sealed;
void set (Guid value) sealed;
}
abstract ClassId : Guid with get, set
override ClassId : Guid with get, set
Property Value
Type:
GuidImplements
IControlClassId
See Also