DocumentPropertiesHyperlinkBase Property |
Returns or sets the HyperlinkBase document property.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string HyperlinkBase { get; set; }
Public Property HyperlinkBase As String
Get
Set
public:
virtual property String^ HyperlinkBase {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract HyperlinkBase : string with get, set
override HyperlinkBase : string with get, set
Property Value
Type:
StringImplements
IDocumentPropertiesHyperlinkBase
See Also