AudioFrameLinkPathLong Property |
Returns or sets the name of an audio file which is linked to an AudioFrame.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public string LinkPathLong { get; set; }
Public Property LinkPathLong As String
Get
Set
public:
virtual property String^ LinkPathLong {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract LinkPathLong : string with get, set
override LinkPathLong : string with get, set
Property Value
Type:
StringImplements
IAudioFrameLinkPathLongSee Also