ResXManagerFilePath Property
Gets the .NET managed resource file path.
Namespace: DevCase.Core.Application.ResourcesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual string FilePath { get; }
Public Overridable ReadOnly Property FilePath As String
Get
Dim instance As ResXManager
Dim value As String
value = instance.FilePath
public:
virtual property String^ FilePath {
String^ get ();
}
abstract FilePath : string with get
override FilePath : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The .NET managed resource filepath.