Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

Namespace: Aspose.Tasks.Properties
Assembly: Aspose.Tasks.dll (25.4.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 </builtinprojectproperty></builtinprojectproperty></builtinprojectproperty></builtinprojectproperty></builtinprojectproperty></builtinprojectproperty></builtinprojectproperty></builtinprojectproperty></builtinprojectproperty></builtinprojectproperty>

 English