ResourceTData Property
Gets the resource data.
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 T Data { get; }
Public Overridable ReadOnly Property Data As T
Get
Dim instance As Resource
Dim value As T
value = instance.Data
public:
virtual property T Data {
T get ();
}
abstract Data : 'T with get
override Data : 'T with get
No code example is currently available or this language may not be supported.
Property Value
T
The resource data.