| ResourceRefFilePathUri Property |
Gets or sets the file path URI.
Namespace: Aspose.PSD.Xmp.Types.Complex.ResourceRefAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic string FilePathUri { get; set; }Public Property FilePathUri As String
Get
Set
public:
property String^ FilePathUri {
String^ get ();
void set (String^ value);
}member FilePathUri : string with get, set
Property Value
Type:
String
The file path URI.
See Also