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