Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

Namespace: Aspose.Tasks.Properties
Assembly: Aspose.Tasks.dll (25.12.0)

Represents a collection of built-in project properties.

public sealed class BuiltInProjectPropertyCollection : PropertyKeyedCollection<BuiltInProjectProperty>, ICollection<BuiltInProjectProperty>, IEnumerable<BuiltInProjectProperty>, IEnumerable

Inheritance

object PropertyCollection<BuiltInProjectProperty> PropertyKeyedCollection<BuiltInProjectProperty> BuiltInProjectPropertyCollection

Implements

ICollection<BuiltInProjectProperty> , IEnumerable<BuiltInProjectProperty> , IEnumerable

Inherited Members

PropertyKeyedCollection<BuiltInProjectProperty>.Contains(string) , PropertyKeyedCollection<BuiltInProjectProperty>.Add(BuiltInProjectProperty) , PropertyKeyedCollection<BuiltInProjectProperty>.Names , PropertyKeyedCollection<BuiltInProjectProperty>.Count , PropertyKeyedCollection<BuiltInProjectProperty>.IsReadOnly , PropertyKeyedCollection<BuiltInProjectProperty>.this[string] , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Author

Gets or sets the author of a project.

public string Author { get; set; }

Property Value

string

Category

Gets or sets the category of a project.

public string Category { get; set; }

Property Value

string

Comments

Gets or sets the comments of a project.

public string Comments { get; set; }

Property Value

string

Company

Gets or sets the company of a project.

public string Company { get; set; }

Property Value

string

HyperlinkBase

Gets or sets the hyperlink base of a project.

public string HyperlinkBase { get; set; }

Property Value

string

IsReadOnly

Gets a value indicating whether this collection is read-only; otherwise, false.

public override bool IsReadOnly { get; }

Property Value

bool

Keywords

Gets or sets the keywords of a project.

public string Keywords { get; set; }

Property Value

string

Manager

Gets or sets the manager of a project.

public string Manager { get; set; }

Property Value

string

Subject

Gets or sets the subject of a project.

public string Subject { get; set; }

Property Value

string

Title

Gets or sets the title of a project.

public string Title { get; set; }

Property Value

string

 English