FieldTypeInternalString Property |
Returns the internal name of this FieldType object.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string InternalString { get; set; }
Public Property InternalString As String
Get
Set
public:
virtual property String^ InternalString {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract InternalString : string with get, set
override InternalString : string with get, set
Property Value
Type:
StringImplements
IFieldTypeInternalString
See Also