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>, IEnumerableInheritance
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
Category
Gets or sets the category of a project.
public string Category { get; set; }Property Value
Comments
Gets or sets the comments of a project.
public string Comments { get; set; }Property Value
Company
Gets or sets the company of a project.
public string Company { get; set; }Property Value
HyperlinkBase
Gets or sets the hyperlink base of a project.
public string HyperlinkBase { get; set; }Property Value
IsReadOnly
Gets a value indicating whether this collection is read-only; otherwise, false.
public override bool IsReadOnly { get; }Property Value
Keywords
Gets or sets the keywords of a project.
public string Keywords { get; set; }Property Value
Manager
Gets or sets the manager of a project.
public string Manager { get; set; }Property Value
Subject
Gets or sets the subject of a project.
public string Subject { get; set; }Property Value
Title
Gets or sets the title of a project.
public string Title { get; set; }