Class Application
Describes application.
public sealed class Application
- Inheritance
-
objectApplication
- Extension Methods
Properties
Icon
Icon
public string Icon { get; set; }
Property Value
- string
Identifier
Unique application identifier.
public string Identifier { get; set; }
Property Value
- string
Name
Name
public string Name { get; set; }
Property Value
- string
Path
Path
public string Path { get; set; }
Property Value
- string