Class PackedResource
Defines the meta-data of an Application resource.
public class PackedResource
- Inheritance
-
PackedResource
- Derived
- Inherited Members
- Extension Methods
Properties
DisplayName
Gets or sets the display name.
public string? DisplayName { get; set; }
Property Value
Key
Gets or sets the key.
public string? Key { get; set; }
Property Value
Name
Gets or sets the name.
public string? Name { get; set; }