ResourceHtmlRenderingEventArgsPathToResourceFile Property |
Path to resource file.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string PathToResourceFile { get; set; }
Public Property PathToResourceFile As String
Get
Set
public:
property String^ PathToResourceFile {
String^ get ();
void set (String^ value);
}
member PathToResourceFile : string with get, set
Property Value
Type:
String
See Also