> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksprojectinfo.md).

# Class ksProjectInfo

Namespace: [KS.Unity.Editor](/reactor/api-reference/ks.unity.editor.md)\
Assembly: KSUnity-Editor.dll

Contains information about a project.

```csharp
public class ksProjectInfo
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [ksProjectInfo](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksprojectinfo.md)

#### Inherited Members

[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)), [object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)), [object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone), [object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

## Properties

### CompanyId <a href="#ks_unity_editor_ksprojectinfo_companyid" id="ks_unity_editor_ksprojectinfo_companyid"></a>

Company ID

```csharp
public int CompanyId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### CompanyName <a href="#ks_unity_editor_ksprojectinfo_companyname" id="ks_unity_editor_ksprojectinfo_companyname"></a>

Company name

```csharp
public string CompanyName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### Id <a href="#ks_unity_editor_ksprojectinfo_id" id="ks_unity_editor_ksprojectinfo_id"></a>

Project ID

```csharp
public int Id { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### Name <a href="#ks_unity_editor_ksprojectinfo_name" id="ks_unity_editor_ksprojectinfo_name"></a>

Project name

```csharp
public string Name { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### Service <a href="#ks_unity_editor_ksprojectinfo_service" id="ks_unity_editor_ksprojectinfo_service"></a>

Service the project is for.

```csharp
public virtual string Service { get; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)
