Class ProjectSettings
Settings group, indicating project origin and icon path
Inheritance
System.Object
ProjectSettings
Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class ProjectSettings : SettingsGroup
Constructors
ProjectSettings()
Declaration
public ProjectSettings()
Properties
ProjectIconPath
Setting for icon path
Declaration
public string ProjectIconPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectOrigin
Setting for project origin
Declaration
public string ProjectOrigin { get; set; }
Property Value
Type | Description |
---|---|
System.String |