|
EmbeddedResourceVirtualFileResourcePath Property
|
Gets the path to the embedded resource in the containing assembly.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string ResourcePath { get; }
Public ReadOnly Property ResourcePath As String
Get
member ResourcePath : string with get
function get_ResourcePath();
View SourceProperty Value
String
A
String that indicates an embedded resource
in the
ContainingAssembly
that represents the file for this instance.
See Also