ResourceSavingArgsUri Property |
Gets or sets the uri to access stored resource.
Namespace:
Aspose.Note.Saving.Html
Assembly:
Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntaxpublic string Uri { get; set; }
Public Property Uri As String
Get
Set
public:
property String^ Uri {
String^ get ();
void set (String^ value);
}
member Uri : string with get, set
Property Value
Type:
String
See Also